Add mutes tab

This commit is contained in:
taehoon 2019-02-13 22:04:28 -05:00
parent 09315b2780
commit e91a94ff9c
7 changed files with 99 additions and 6 deletions

View file

@ -166,6 +166,10 @@
<div :label="$t('settings.blocks_tab')">
<block-list :refresh="true" />
</div>
<div :label="$t('settings.mutes_tab')">
<mute-list :refresh="true" />
</div>
</tab-switcher>
</div>
</div>