From f23940a153b501f5edaecd292ebf2c7b9345d33f Mon Sep 17 00:00:00 2001 From: Hakaba Hitoyo Date: Sat, 10 Feb 2018 01:09:49 +0000 Subject: [PATCH] Update App.js --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 4eabba8b..e9248967 100644 --- a/src/App.js +++ b/src/App.js @@ -27,7 +27,7 @@ export default { style () { return { 'background-image': `url(${this.background})` } }, sitename () { return this.$store.state.config.name }, chat () { return this.$store.state.chat.channel.state === 'joined' }, - showInstanceSpecificPanel () { return this.$store.state.config.showInstanceSpecificPanel} + showInstanceSpecificPanel () { return this.$store.state.config.showInstanceSpecificPanel } }, methods: { activatePanel (panelName) {