Bachir Soussi Chiadmi 3 years ago
parent
commit
d55f66ce30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/nav/Results.vue

+ 1 - 1
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: {