Fix vue syntax error because i'm stupid

This commit is contained in:
Chizu 2023-03-10 03:00:24 +09:00
parent 3b04e6e1ba
commit 183df2d5c7

View file

@ -17,14 +17,13 @@
<li v-if="pleromaChatMessages"> <li v-if="pleromaChatMessages">
{{ $t('features_panel.pleroma_chat_messages') }} {{ $t('features_panel.pleroma_chat_messages') }}
</li> </li>
</li>
<li v-if="customEmojiReactions"> <li v-if="customEmojiReactions">
{{ $t('features_panel.custom_emoji_reactions') }} {{ $t('features_panel.custom_emoji_reactions') }}
</li> </li>
<li v-if="gopher"> <li v-if="gopher">
{{ $t('features_panel.gopher') }} {{ $t('features_panel.gopher') }}
</li> </li>
<li v-if="translationEnabled"> <li v-if="translationEnabled">
{{ $t('features_panel.akkoma:machine_translation') }} {{ $t('features_panel.akkoma:machine_translation') }}
</li> </li>
<li v-if="quotePosting"> <li v-if="quotePosting">