From df4eb1080203e37cc40061706e17b45e76a76099 Mon Sep 17 00:00:00 2001 From: codytseng Date: Wed, 26 Mar 2025 18:24:20 +0800 Subject: [PATCH] fix: truncate lightning address --- src/pages/secondary/ProfilePage/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/secondary/ProfilePage/index.tsx b/src/pages/secondary/ProfilePage/index.tsx index e0fab0a2..ab0b843e 100644 --- a/src/pages/secondary/ProfilePage/index.tsx +++ b/src/pages/secondary/ProfilePage/index.tsx @@ -119,8 +119,8 @@ const ProfilePage = forwardRef(({ id, index }: { id?: string; index?: number }, {lightningAddress && (
- - {lightningAddress} + +
{lightningAddress}
)}