Skip to content

Commit

Permalink
Merge pull request #88 from Team-ONY/feature/#67_ProfileIcon_YoshidaT…
Browse files Browse the repository at this point in the history
…aiki

fix/#67: プロフィール画面のアイコンの取得
  • Loading branch information
Ojoxux authored Nov 26, 2024
2 parents df5ec73 + 9e8d01b commit c3f18ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Profile/UserInfoCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const UserInfoCard = ({ user }) => (
<VStack spacing={4}>
<Avatar
size="2xl"
name={user ? user.displayName : 'Anonymous'}
src={user?.photoURL || 'defaultPhotoURL'}
border="4px solid"
borderColor="purple.500"
Expand Down

0 comments on commit c3f18ab

Please sign in to comment.