Skip to content

Commit

Permalink
style(menu): remove default value assignement
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Mar 2, 2018
1 parent 0dbb683 commit 16d772d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default {
computed: {
facetValues() {
const { data = [] } = this.searchStore.getFacetValues(
const { data } = this.searchStore.getFacetValues(
this.attribute,
this.sortBy
);
Expand Down

0 comments on commit 16d772d

Please sign in to comment.