Skip to content
Snippets Groups Projects
Commit fa477dd4 authored by hakabahitoyo's avatar hakabahitoyo
Browse files

show features panel only if not login

parent 38b683b3
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment