diff --git a/client/components/Chat.vue b/client/components/Chat.vue index c0d665d7..350ecf11 100644 --- a/client/components/Chat.vue +++ b/client/components/Chat.vue @@ -110,11 +110,11 @@
- {{ this.$store.state.currentUserVisibleError }} + {{ $store.state.currentUserVisibleError }}
diff --git a/client/components/RoutedChat.vue b/client/components/RoutedChat.vue index 46a79bea..50a40898 100644 --- a/client/components/RoutedChat.vue +++ b/client/components/RoutedChat.vue @@ -3,7 +3,7 @@ v-if="activeChannel" :network="activeChannel.network" :channel="activeChannel.channel" - :focused="this.$route.query.focused" + :focused="$route.query.focused" />