This commit is contained in:
hakabahitoyo 2018-09-03 15:57:22 +09:00
parent a99869146f
commit 38b683b30c
3 changed files with 8 additions and 5 deletions

View file

@ -27,8 +27,8 @@
<div class="sidebar">
<user-panel></user-panel>
<nav-panel></nav-panel>
<features-panel></features-panel>
<instance-specific-panel v-if="showInstanceSpecificPanel"></instance-specific-panel>
<features-panel></features-panel>
<who-to-follow-panel v-if="currentUser && suggestionsEnabled"></who-to-follow-panel>
<notifications v-if="currentUser"></notifications>
</div>