Merge branch 'from/develop/tusooa/fix-lint-warn' into 'develop'

Fix lint warning in filtering_tab.vue

See merge request pleroma/pleroma-fe!1429
This commit is contained in:
HJ 2022-02-03 10:22:04 +00:00
commit dd75e43c57
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<BooleanSetting
:disabled="hideFilteredStatuses"
path="hideMutedPosts"
>
>
{{ $t('settings.hide_muted_posts') }}
</BooleanSetting>
</li>