fix fun content not hiding properly

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

View file

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