From c44a28f7558f871b84647ab386be01626ba78e7a Mon Sep 17 00:00:00 2001 From: daniyal Date: Tue, 3 Sep 2024 14:37:54 +0500 Subject: [PATCH] fix: fixed profile picture and bio in profile box --- src/components/ProfileSection.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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} +