diff --git a/src/components/nav/Results.vue b/src/components/nav/Results.vue index 19509ec..21b8b02 100644 --- a/src/components/nav/Results.vue +++ b/src/components/nav/Results.vue @@ -57,7 +57,7 @@ export default { offset: state => state.Search.offset }), resultsCount () { - return `${this.resultsQuantity.quantity} ${this.resultsQuantity.unit}` + return `${this.$store.state.Search.resultsQuantity.quantity} ${this.$store.state.Search.resultsQuantity.unit}` } }, methods: {