Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
@ -326,7 +326,11 @@ export default {
},
isActive() {
return this.$store.getters.getToken() === this.to.params.token
if (!this.isSearchResult) {
} else {
return false
}
methods: {