@@ -27,7 +27,7 @@ export default Vue.extend({
|
||||
text: this.$t('push-to-list'),
|
||||
action: this.pushList
|
||||
}] as any;
|
||||
|
||||
|
||||
if (this.$store.getters.isSignedIn && this.$store.state.i.id != this.user.id) {
|
||||
menu = menu.concat([null, {
|
||||
icon: this.user.isMuted ? ['fas', 'eye'] : ['far', 'eye-slash'],
|
||||
|
Reference in New Issue
Block a user