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 }} />