diff options
| author | Hakaba Hitoyo <hakabahitoyo@yahoo.co.jp> | 2018-02-10 01:09:49 +0000 |
|---|---|---|
| committer | Hakaba Hitoyo <hakabahitoyo@yahoo.co.jp> | 2018-02-10 01:09:49 +0000 |
| commit | f23940a153b501f5edaecd292ebf2c7b9345d33f (patch) | |
| tree | 78e1fe5884900ad7eb111cf865f9dcba59de47b9 /src/App.js | |
| parent | 5dd4631860e2a8da730f134d9320470aed0d4516 (diff) | |
Update App.js
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
