Skip to content

Commit

Permalink
Merge pull request #119 from LikeLionHGU/#115/MyPageStyle-최예라
Browse files Browse the repository at this point in the history
fix: 강의 결제 페이지 생년월일 api 연결
  • Loading branch information
YearaChoi authored Aug 6, 2024
2 parents 5f65c67 + 1e91cc4 commit af68cdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/LectureListPage/LecturePurchaseContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ function LecturePurchaseContent() {
<UserInfo>이름</UserInfo>
<GrayInfoBox>{userData.name}</GrayInfoBox>
<UserInfo>생년월일</UserInfo>
<GrayInfoBox>2002.08.16</GrayInfoBox>
<GrayInfoBox>
{userData.bornYear}{userData.bornMonth}{userData.bornDay}
</GrayInfoBox>
<UserInfo>전화번호</UserInfo>
<GrayInfoBox>{formatPhoneNumber(userData.contactNumber)}</GrayInfoBox>
<Coupon>
Expand Down

0 comments on commit af68cdc

Please sign in to comment.