From 338b1f8a4cdfe5013e2dadb25faf12a108b627c6 Mon Sep 17 00:00:00 2001 From: codytseng Date: Mon, 30 Jun 2025 09:42:43 +0800 Subject: [PATCH] fix: hanlde display of overly long usernames --- src/components/AccountList/index.tsx | 6 +++--- src/pages/primary/MePage/index.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/AccountList/index.tsx b/src/components/AccountList/index.tsx index a9ffc8a6..3db97207 100644 --- a/src/components/AccountList/index.tsx +++ b/src/components/AccountList/index.tsx @@ -37,10 +37,10 @@ export default function AccountList({ }} >
-
+
-
- +
+
{formatPubkey(act.pubkey)}
diff --git a/src/pages/primary/MePage/index.tsx b/src/pages/primary/MePage/index.tsx index 9006dcb9..9f6cbb39 100644 --- a/src/pages/primary/MePage/index.tsx +++ b/src/pages/primary/MePage/index.tsx @@ -45,9 +45,9 @@ const MePage = forwardRef((_, ref) => { }>
-
+