correct position

This commit is contained in:
naskya 2023-04-12 20:24:54 +09:00
parent 46864916d9
commit e8566b95aa
No known key found for this signature in database
GPG key ID: 164DFF24E2D40139

View file

@ -267,6 +267,7 @@ export function getUserMenu(user, router: Router = mainRouter) {
action: inviteGroup,
}
: undefined,
null,
{
icon: user.isRenoteMuted
? "ph-eye ph-bold ph-lg"
@ -278,7 +279,6 @@ export function getUserMenu(user, router: Router = mainRouter) {
if ($i && meId !== user.id) {
menu = menu.concat([
null,
{
icon: user.isMuted
? "ph-eye ph-bold ph-lg"