aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2021-05-26 22:22:55 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2021-05-26 22:22:55 +0000
commit477e22aa9ce8a1f2128a47e331f0712f3cea6d93 (patch)
treed461a9bec973d0d2530f3239c12a56e7076765f6 /src/App.js
parent3dca3639fd3ec61b547b9f1a55a0fbd73a3647cd (diff)
parent7341b8a5516621985a76456e1eefc58cd23ff2e2 (diff)
Merge branch 'feat/sidebarRight' into 'develop'
Implement right sidebar option as user option See merge request pleroma/pleroma-fe!1387
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 1ca029b6..231c6ae1 100644
--- a/src/App.js
+++ b/src/App.js
@@ -77,7 +77,7 @@ export default {
privateMode () { return this.$store.state.instance.private },
sidebarAlign () {
return {
- 'order': this.$store.state.instance.sidebarRight ? 99 : 0
+ 'order': this.$store.getters.mergedConfig.sidebarRight ? 99 : 0
}
},
...mapGetters(['mergedConfig'])