Skip to content

Commit

Permalink
리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
은지 committed Aug 24, 2024
1 parent 1494f47 commit f2f872e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/Components/Detail/RecruitmentFormDetail/Basic/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,10 @@ export function RecruitmentFormDetailBasic({
<_.TitleBox>정규직전환시</_.TitleBox>
<_.ContentBox width={24}>
{recruitmentFormDetail?.pay
? `${recruitmentFormDetail?.pay
.toString()
.replace(
/\B(?=(\d{3})+(?!\d))/g,
','
)}만원/연`
? `${recruitmentFormDetail?.pay.replace(
/\B(?=(\d{3})+(?!\d))/g,
','
)}만원/연`
: '-'}
</_.ContentBox>
</_.Stack>
Expand Down

0 comments on commit f2f872e

Please sign in to comment.