fix fun content not hiding properly

This commit is contained in:
Henry Jameson 2025-11-27 12:03:15 +02:00
commit e4c5a88913

View file

@ -239,12 +239,12 @@
<h3 v-if="expertLevel > 0">
{{ $t('settings.fun') }}
</h3>
<ul class="setting-list">
<ul
v-if="expertLevel > 0"
class="setting-list"
>
<li v-if="user">
<BooleanSetting
path="mentionLinkShowYous"
expert="1"
>
<BooleanSetting path="mentionLinkShowYous">
{{ $t('settings.show_yous') }}
</BooleanSetting>
</li>