Skip to content

Commit

Permalink
Merge branch 'fix/profile' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wildcatco committed Aug 9, 2023
2 parents fd7069d + e84f8e5 commit bbc5431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/comment/CommentPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export default function CommentPage() {
<div className="flex items-center justify-between px-[2.5rem]">
<PostUserProfile
isAdmin={post.user.email === ADMIN_EMAIL}
image={post.user.profileImageUrl}
nickname={post.user.nickname}
age={calculateAgeFromBirthday(post.user.birthDate)}
/>
Expand Down

0 comments on commit bbc5431

Please sign in to comment.