From 1aadac3e74868c7af15914364300d09b2f1e9e21 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 17 Apr 2024 20:10:27 -0400 Subject: [PATCH] fix profile image --- frontend/components/ProfileBanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/ProfileBanner.tsx b/frontend/components/ProfileBanner.tsx index 1ba305ec..2507d5cd 100644 --- a/frontend/components/ProfileBanner.tsx +++ b/frontend/components/ProfileBanner.tsx @@ -51,7 +51,7 @@ const ProfileBanner = ({ user }: ProfileBannerProps) => { // must be a perfect circle className="w-32 h-32" style={profileStyles.profileImage} - source={{ uri: 'currentAuth?.photoURL' }} + source={{ uri: user.image_url }} />