fix fun content not hiding properly
This commit is contained in:
parent
b1c338a976
commit
ba8be56bc4
1 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue