Skip to content

Commit

Permalink
refactor(stats): remove kraken from stats (#3918)
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Jun 20, 2020
1 parent 74eb093 commit 2c36d52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/panel/views/stats/api.vue
Expand Up @@ -16,9 +16,6 @@
<button class="btn border-0"
:class="[selected === 'helix' ? 'btn-primary' : 'btn-outline-primary']"
@click="selected = 'helix'">HELIX <small>({{ data.filter(o => o.api === 'helix').length }})</small></button>
<button class="btn border-0"
:class="[selected === 'kraken' ? 'btn-primary' : 'btn-outline-primary']"
@click="selected = 'kraken'">KRAKEN <small>({{ data.filter(o => o.api === 'kraken').length }})</small></button>
<button class="btn border-0"
:class="[selected === 'other' ? 'btn-primary' : 'btn-outline-primary']"
@click="selected = 'other'">OTHER <small>({{ data.filter(o => o.api === 'other').length }})</small></button>
Expand Down

0 comments on commit 2c36d52

Please sign in to comment.