Bachir Soussi Chiadmi 3 rokov pred
rodič
commit
d55f66ce30
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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: {