@@ -104,7 +104,7 @@ export default {
this.storeStatusCoordsToLocalStorage();
});
- if (this.$route.path === '/home') {
+ if (this.$route.path === '/home' || this.$route.path === '/watch') {
this.privateStyle.legend = { right: "25%" };
}
},