diff --git a/src/app/components/AccountMenu/index.tsx b/src/app/components/AccountMenu/index.tsx index 4e866188ea..0a77fac364 100644 --- a/src/app/components/AccountMenu/index.tsx +++ b/src/app/components/AccountMenu/index.tsx @@ -37,7 +37,7 @@ function AccountMenu({ showOptions = true }: Props) { const title = !!authAccount?.name && typeof authAccount?.name === "string" && - `${authAccount?.name} - ${authAccount?.alias}`.substring(0, 21); + `${authAccount?.name} - ${authAccount?.alias}`; useEffect(() => { getAccounts(); @@ -72,17 +72,20 @@ function AccountMenu({ showOptions = true }: Props) { } return ( -
+

-

+

{title || }