Skip to content

Commit

Permalink
Merge pull request #278 from mash-up-kr/fix/join-response-deadline
Browse files Browse the repository at this point in the history
최종합류 응답 여부 요일이 잘못 표기된 버그를 수정한다
  • Loading branch information
HaJunRyu authored Feb 28, 2024
2 parents 8871a5b + a5cf413 commit 4a71383
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const InterviewPass = ({
.second(59);

const joinResponseDeadlineDate = joinResponseDeadlineDayjs.format(
`M월 D일(${DAYS[interviewResultAnnouncedDayjs.day()]}) HH시 m분 s초`,
`M월 D일(${DAYS[joinResponseDeadlineDayjs.day()]}) HH시 m분 s초`,
);

const afterFirstSeminalJoinDayjs = dayjs(AFTER_FIRST_SEMINAR_JOIN);
Expand Down

0 comments on commit 4a71383

Please sign in to comment.