From fd9de2038197dc0f7a3c398333b3bfcbd984b484 Mon Sep 17 00:00:00 2001 From: Tristan Yang Date: Thu, 8 Jun 2023 18:30:43 +0800 Subject: [PATCH] feat: add uid to user profile page --- src/components/Profile/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Profile/index.tsx b/src/components/Profile/index.tsx index b232c366..382f5b98 100644 --- a/src/components/Profile/index.tsx +++ b/src/components/Profile/index.tsx @@ -62,7 +62,9 @@ const Profile: FC = ({ uid, type = "embed", cid }) => { src={avatar} name={name} /> -

{name}

+

+ {name} #{uid} +

{email} {/*

{introduction}

*/}