aboutsummaryrefslogtreecommitdiff
path: root/src/components/about/about.vue
diff options
context:
space:
mode:
authorXiaofeng An <futureweb2020@yandex.com>2019-02-06 04:37:00 -0500
committerXiaofeng An <futureweb2020@yandex.com>2019-02-06 04:37:00 -0500
commite4c0bbddd912c8df50883f5d222a8aff510a2c59 (patch)
tree63394e6f53d75548084529c097bcff982dd5d47c /src/components/about/about.vue
parentd2436fb9e5f8f512914033a2df33c57545d277a6 (diff)
parent2d333f99e8d36c56e62db3e13428610df0b3874c (diff)
Merge branch 'develop' into fix/create-a-login-hint-on-mobile
Diffstat (limited to 'src/components/about/about.vue')
-rw-r--r--src/components/about/about.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/about/about.vue b/src/components/about/about.vue
index bf87e0b8..13dec87c 100644
--- a/src/components/about/about.vue
+++ b/src/components/about/about.vue
@@ -1,7 +1,7 @@
<template>
<div class="sidebar">
<instance-specific-panel></instance-specific-panel>
- <features-panel></features-panel>
+ <features-panel v-if="showFeaturesPanel"></features-panel>
<terms-of-service-panel></terms-of-service-panel>
</div>
</template>