aboutsummaryrefslogtreecommitdiff
path: root/src/components/features_panel/features_panel.vue
diff options
context:
space:
mode:
authorhakabahitoyo <hakabahitoyo@example.com>2018-09-04 14:50:02 +0900
committerhakabahitoyo <hakabahitoyo@example.com>2018-09-04 14:50:02 +0900
commit8b94ea28eceb33e1f3f594f5d99ec0f4111b21ab (patch)
treedc1f4ada826ace11917c6e1de817d911ef04779e /src/components/features_panel/features_panel.vue
parent49ab19c342701bc08f5674302c8aab50186a1d5b (diff)
remove formatting options
Diffstat (limited to 'src/components/features_panel/features_panel.vue')
-rw-r--r--src/components/features_panel/features_panel.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/features_panel/features_panel.vue b/src/components/features_panel/features_panel.vue
index c191d66b..445143e9 100644
--- a/src/components/features_panel/features_panel.vue
+++ b/src/components/features_panel/features_panel.vue
@@ -13,7 +13,6 @@
<li v-if="whoToFollow">{{$t('features_panel.who_to_follow')}}</li>
<li v-if="mediaProxy">{{$t('features_panel.media_proxy')}}</li>
<li v-if="scopeOptions">{{$t('features_panel.scope_options')}}</li>
- <li v-if="formattingOptions">{{$t('features_panel.formatting_options')}}</li>
<li>{{$t('features_panel.text_limit')}} = {{textlimit}}</li>
</ul>
</div>