Skip to content

Commit

Permalink
fix: avoid space in template
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-anderson-x committed Apr 7, 2023
1 parent 681e725 commit e43b2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/explore/FilterFloatButton.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div class="fixed-bottom-middle has-min-width">
<NeoButton expanded @click.native="openMobileFilters">
{{ $t('general.filters') }}
<span v-if="numOfActiveFilters">: {{ numOfActiveFilters }}</span>
{{ $t('general.filters')
}}<span v-if="numOfActiveFilters">: {{ numOfActiveFilters }}</span>
</NeoButton>
</div>
</template>
Expand Down

0 comments on commit e43b2b8

Please sign in to comment.