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}

*/}