mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-07 16:14:21 +02:00
fix bug
This commit is contained in:
@@ -73,14 +73,14 @@ const Component = defineComponent({
|
||||
userName: this.user,
|
||||
avatar: this.user,
|
||||
action: {
|
||||
icon: 'fas fa-ellipsis'H,
|
||||
icon: 'fas fa-ellipsis-h',
|
||||
handler: this.menu,
|
||||
},
|
||||
} : {
|
||||
title: this.group.name,
|
||||
icon: 'fas fa-users',
|
||||
action: {
|
||||
icon: 'fas fa-ellipsis'H,
|
||||
icon: 'fas fa-ellipsis-h',
|
||||
handler: this.menu,
|
||||
},
|
||||
} : null),
|
||||
|
||||
Reference in New Issue
Block a user