Skip to content

Commit

Permalink
Merge pull request #138 from jeiltodo/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragonite-Lee authored Aug 28, 2024
2 parents 0366881 + f132882 commit ba5d81f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const MemberOverviewBoard = ({ member }: Props) => {
}}
onSwap={setIsEditEmailMode}
/>
<Field label='가입일'>2024. 10. 10</Field>
<Field label='가입일'>{member.createdAt}</Field>
</div>
</div>
<div className='w-full mt-4 flex justify-end'>
Expand Down

0 comments on commit ba5d81f

Please sign in to comment.