Rename: instanceSpecificPanelPresent

This commit is contained in:
Edijs 2019-02-17 14:24:14 -07:00
parent e871e3f2ac
commit c30dabbdd4
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ const settings = {
currentSaveStateNotice () {
return this.$store.state.interface.settings.currentSaveStateNotice
},
showInstanceSpecificPanel () { return this.$store.state.instance.showInstanceSpecificPanel }
instanceSpecificPanelPresent () { return this.$store.state.instance.showInstanceSpecificPanel }
},
watch: {
hideAttachmentsLocal (value) {