diff options
| author | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-06 04:37:00 -0500 |
|---|---|---|
| committer | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-06 04:37:00 -0500 |
| commit | e4c0bbddd912c8df50883f5d222a8aff510a2c59 (patch) | |
| tree | 63394e6f53d75548084529c097bcff982dd5d47c /src/App.vue | |
| parent | d2436fb9e5f8f512914033a2df33c57545d277a6 (diff) | |
| parent | 2d333f99e8d36c56e62db3e13428610df0b3874c (diff) | |
Merge branch 'develop' into fix/create-a-login-hint-on-mobile
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 833608ea..082c6cb6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,7 +29,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> + <features-panel v-if="!currentUser && showFeaturesPanel"></features-panel> <who-to-follow-panel v-if="currentUser && suggestionsEnabled"></who-to-follow-panel> <notifications v-if="currentUser"></notifications> </div> |
