show features panel only if not login

This commit is contained in:
hakabahitoyo 2018-09-03 16:02:06 +09:00
parent 38b683b30c
commit fa477dd41f

View file

@ -28,7 +28,7 @@
<user-panel></user-panel>
<nav-panel></nav-panel>
<instance-specific-panel v-if="showInstanceSpecificPanel"></instance-specific-panel>
<features-panel></features-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>