lint --fix
This commit is contained in:
parent
f112724a5a
commit
d70254a8bf
1 changed files with 8 additions and 2 deletions
|
|
@ -17,12 +17,18 @@
|
||||||
</ChoiceSetting>
|
</ChoiceSetting>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<BooleanSetting expert="1" path="hidePostStats">
|
<BooleanSetting
|
||||||
|
expert="1"
|
||||||
|
path="hidePostStats"
|
||||||
|
>
|
||||||
{{ $t('settings.hide_post_stats') }}
|
{{ $t('settings.hide_post_stats') }}
|
||||||
</BooleanSetting>
|
</BooleanSetting>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<BooleanSetting expert="1" path="hideUserStats">
|
<BooleanSetting
|
||||||
|
expert="1"
|
||||||
|
path="hideUserStats"
|
||||||
|
>
|
||||||
{{ $t('settings.hide_user_stats') }}
|
{{ $t('settings.hide_user_stats') }}
|
||||||
</BooleanSetting>
|
</BooleanSetting>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue