Skip to content

Commit

Permalink
fix(refinementList): avoid unwanted spacing (algolia#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicTorgersen authored and Haroenv committed Mar 6, 2018
1 parent a7af363 commit 8d12317
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/RefinementList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
v-model="facet.isRefined"
@change="toggleRefinement(facet)"
:value="facet.name"
>

<slot :count="facet.count" :active="facet.isRefined" :value="facet.name">
><slot :count="facet.count" :active="facet.isRefined" :value="facet.name">
<span :class="bem('value')">{{facet.name}}</span>
<span :class="bem('count')">{{facet.count}}</span>
</slot>
Expand Down

0 comments on commit 8d12317

Please sign in to comment.