Comment out the mutes tab

This commit is contained in:
taehoon 2019-02-20 12:36:15 -05:00
parent 5bd36c6476
commit 37eec09b9b

View file

@ -162,18 +162,18 @@
<h2>{{$t('settings.follow_export_processing')}}</h2>
</div>
</div>
<div :label="$t('settings.blocks_tab')">
<block-list :refresh="true">
<template slot="empty">{{$t('settings.no_blocks')}}</template>
</block-list>
</div>
<div :label="$t('settings.mutes_tab')">
<!-- <div :label="$t('settings.mutes_tab')">
<mute-list :refresh="true">
<template slot="empty">{{$t('settings.no_mutes')}}</template>
</mute-list>
</div>
</div> -->
</tab-switcher>
</div>
</div>