diff options
| author | jasper <jasper92341@hotmail.com> | 2019-02-08 12:17:14 -0800 |
|---|---|---|
| committer | jasper <jasper92341@hotmail.com> | 2019-02-08 12:17:14 -0800 |
| commit | 70c05a0c085adb95ef9946ac58a461f56252c2c2 (patch) | |
| tree | 8c11153fe9715104de611f933681f2dcb750093d /src/App.js | |
| parent | 6a867f6ae38b4bc3981fb6ca402c196a0967c49e (diff) | |
Fix showFeaturesPanel option as instance
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ export default { unseenNotificationsCount () { return this.unseenNotifications.length }, - showFeaturesPanel () { return this.$store.state.config.showFeaturesPanel } + showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel } }, methods: { scrollToTop () { |
