[Client] Fix icons

This commit is contained in:
syuilo
2018-11-14 18:03:38 +09:00
parent bf37a72f59
commit e76bf5707a
3 changed files with 5 additions and 3 deletions

View File

@ -138,7 +138,7 @@ export default Vue.extend({
}
}
}, {
icon: this.user.isBlocking ? ['fas', 'user'] : ['fas', 'user-slash'],
icon: 'ban',
text: this.user.isBlocking ? this.$t('unblock') : this.$t('block'),
action: () => {
if (this.user.isBlocking) {