bugfix
This commit is contained in:
@@ -57,7 +57,7 @@ export default {
|
|||||||
offset: state => state.Search.offset
|
offset: state => state.Search.offset
|
||||||
}),
|
}),
|
||||||
resultsCount () {
|
resultsCount () {
|
||||||
return `${this.resultsQuantity.quantity} ${this.resultsQuantity.unit}`
|
return `${this.$store.state.Search.resultsQuantity.quantity} ${this.$store.state.Search.resultsQuantity.unit}`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user