correct position
This commit is contained in:
parent
46864916d9
commit
e8566b95aa
|
@ -267,18 +267,18 @@ export function getUserMenu(user, router: Router = mainRouter) {
|
||||||
action: inviteGroup,
|
action: inviteGroup,
|
||||||
}
|
}
|
||||||
: undefined,
|
: undefined,
|
||||||
{
|
null,
|
||||||
icon: user.isRenoteMuted
|
{
|
||||||
? "ph-eye ph-bold ph-lg"
|
icon: user.isRenoteMuted
|
||||||
: "ph-eye-slash ph-bold ph-lg",
|
? "ph-eye ph-bold ph-lg"
|
||||||
text: user.isRenoteMuted ? i18n.ts.renoteUnmute : i18n.ts.renoteMute,
|
: "ph-eye-slash ph-bold ph-lg",
|
||||||
action: toggleRenoteMute,
|
text: user.isRenoteMuted ? i18n.ts.renoteUnmute : i18n.ts.renoteMute,
|
||||||
},
|
action: toggleRenoteMute,
|
||||||
|
},
|
||||||
] as any;
|
] as any;
|
||||||
|
|
||||||
if ($i && meId !== user.id) {
|
if ($i && meId !== user.id) {
|
||||||
menu = menu.concat([
|
menu = menu.concat([
|
||||||
null,
|
|
||||||
{
|
{
|
||||||
icon: user.isMuted
|
icon: user.isMuted
|
||||||
? "ph-eye ph-bold ph-lg"
|
? "ph-eye ph-bold ph-lg"
|
||||||
|
|
Loading…
Reference in New Issue