Skip to content

Commit ede4ee4

Browse files
committed
rename: 변수명 수정
1 parent 7159460 commit ede4ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/mypage/profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default async function Profile() {
1111
<div>
1212
{session.user.nickName}
1313
<img
14-
src={session.user.profileImageUrl || '/icons/heart.svg'}
14+
src={session.user.profileUrl || '/icons/heart.svg'}
1515
alt="프로필 이미지"
1616
width={40}
1717
height={40}

0 commit comments

Comments
 (0)