diff --git a/src/components/ProfileSection.tsx b/src/components/ProfileSection.tsx index 8277205..8dbc1c9 100644 --- a/src/components/ProfileSection.tsx +++ b/src/components/ProfileSection.tsx @@ -82,8 +82,9 @@ export const ProfileSection = ({ pubkey }: Props) => {
@@ -132,7 +133,9 @@ export const ProfileSection = ({ pubkey }: Props) => {
-

{profile.bio}

+

+ {profile.bio || profile.about} +