From 1885c88daa5ef937d2aff37a020b8eeea0b04815 Mon Sep 17 00:00:00 2001 From: Sameer Ahmed Date: Wed, 22 Jan 2025 19:56:27 +0530 Subject: [PATCH] fixed avatar bug --- src/components/UserProfile.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/UserProfile.tsx b/src/components/UserProfile.tsx index 808f513..f2ba0c0 100644 --- a/src/components/UserProfile.tsx +++ b/src/components/UserProfile.tsx @@ -330,7 +330,7 @@ export function UserProfile({ session }: UserProfileProps) { alt="Profile" className="w-full h-full rounded-full object-cover" /> - + } )}