mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
This commit is contained in:
parent
55f77ab83e
commit
e139acd88f
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ export function getUserMenu(user, router: Router = mainRouter) {
|
||||||
action: toggleSilence,
|
action: toggleSilence,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "ph-snowflake ph-bold ph-lg",
|
icon: "ph-knife ph-bold ph-lg",
|
||||||
text: user.isSuspended ? i18n.ts.unsuspend : i18n.ts.suspend,
|
text: user.isSuspended ? i18n.ts.unsuspend : i18n.ts.suspend,
|
||||||
action: toggleSuspend,
|
action: toggleSuspend,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue