Skip to content

Commit

Permalink
fix profile image
Browse files Browse the repository at this point in the history
  • Loading branch information
capture120 committed Apr 18, 2024
1 parent d868ce4 commit 1aadac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/ProfileBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
/>

<View className="flex flex-col items-center flex-1 gap-2">
Expand Down

0 comments on commit 1aadac3

Please sign in to comment.