aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorHenry <spam@hjkos.com>2018-09-07 16:37:24 +0000
committerHenry <spam@hjkos.com>2018-09-07 16:37:24 +0000
commit2eab0cb1150dd6dc2c5c34bc350ac07869d6edd4 (patch)
tree96d3b0aa200cfa5763a33de15ccca3b35c263efb /src/App.vue
parent385484566aa8a524ead77b3841be9af301bf0e5d (diff)
parent8b94ea28eceb33e1f3f594f5d99ec0f4111b21ab (diff)
Merge branch 'feature/features-panel' into 'develop'
Features panel See merge request pleroma/pleroma-fe!331
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index fc446c57..059460f9 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -28,6 +28,7 @@
<user-panel></user-panel>
<nav-panel></nav-panel>
<instance-specific-panel v-if="showInstanceSpecificPanel"></instance-specific-panel>
+ <features-panel v-if="!currentUser"></features-panel>
<who-to-follow-panel v-if="currentUser && suggestionsEnabled"></who-to-follow-panel>
<notifications v-if="currentUser"></notifications>
</div>