Skip to content
Snippets Groups Projects
Commit f23940a1 authored by Hakaba Hitoyo's avatar Hakaba Hitoyo
Browse files

Update App.js

parent 5dd46318
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment