diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-02-06 04:21:06 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-02-06 04:21:06 +0000 |
| commit | 68e53602299823067f696c8f0bdcfcd3fc4339d7 (patch) | |
| tree | 1332c8e3d755e93a75502c1fcb6d9735c8478605 /src/components/about/about.vue | |
| parent | 3d337a239e9fc5f1ca84131fc1bed68b1db53178 (diff) | |
| parent | e3da156162ce04d987935eeb4649f0aa51590cf2 (diff) | |
Merge branch 'fix/add-option-to-hide-features-panel' into 'develop'
Add option to hide features panel
See merge request pleroma/pleroma-fe!529
Diffstat (limited to 'src/components/about/about.vue')
| -rw-r--r-- | src/components/about/about.vue | 2 |
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> |
