hide ISP if the panel content is empty

This commit is contained in:
taehoon 2019-08-12 14:29:11 -04:00
parent 07086ec9ae
commit 0bce615fe8
3 changed files with 6 additions and 11 deletions

View file

@ -2,9 +2,6 @@ const InstanceSpecificPanel = {
computed: {
instanceSpecificPanelContent () {
return this.$store.state.instance.instanceSpecificPanelContent
},
show () {
return !this.$store.state.config.hideISP
}
}
}