diff --git a/features/record-detail/components/date-picker.tsx b/features/record-detail/components/date-picker.tsx index 17ff8a8a..9ae12548 100644 --- a/features/record-detail/components/date-picker.tsx +++ b/features/record-detail/components/date-picker.tsx @@ -16,10 +16,6 @@ export const DatePicker = ({ onClickPrevious, onClickNext, }: DatePicker) => { - const { month: currentMonth } = getFormatDate({ - dateStr: new Date().toString(), - padNum: 2, - }); const { year, month, day, weekday } = getFormatDate({ dateStr: recordDateStr, padNum: 2, @@ -40,7 +36,7 @@ export const DatePicker = ({

{`${Number(currentMonth)}월 ${recordRank}번째 기록`}

+ >{`${Number(month)}월 ${recordRank}번째 기록`}