mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-29 05:17:39 -07:00
correct position
This commit is contained in:
parent
58b3950680
commit
845285fad6
1 changed files with 8 additions and 8 deletions
|
@ -267,6 +267,7 @@ export function getUserMenu(user, router: Router = mainRouter) {
|
||||||
action: inviteGroup,
|
action: inviteGroup,
|
||||||
}
|
}
|
||||||
: undefined,
|
: undefined,
|
||||||
|
null,
|
||||||
{
|
{
|
||||||
icon: user.isRenoteMuted
|
icon: user.isRenoteMuted
|
||||||
? "ph-eye ph-bold ph-lg"
|
? "ph-eye ph-bold ph-lg"
|
||||||
|
@ -278,7 +279,6 @@ export function getUserMenu(user, router: Router = mainRouter) {
|
||||||
|
|
||||||
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 a new issue