Skip to content

Commit

Permalink
fix: 강의 결제 페이지 생년월일 api 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
YearaChoi committed Aug 6, 2024
1 parent 7ed6d3a commit 1e91cc4
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 1e91cc4

Please sign in to comment.