Skip to content

Commit f88f4b2

Browse files
authored
chore: 배포용 주석 변경 (#431) (#432)
1 parent 0a914e0 commit f88f4b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/home/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { useLocation, useNavigate } from 'react-router-dom';
2424
import { handleScrollLock } from '@/shared/utils/scroll-lock';
2525
import { showErrorToast } from '@/shared/utils/show-error-toast';
2626

27-
// TODO: 선택 날짜 유지 로직 수정
27+
// TODO: 선택 날짜 유지 로직 수정 후 적용
2828
// const getSelectedDateFromQuery = (searchParams: URLSearchParams, fallbackDate: Date): Date => {
2929
// const queryDate = searchParams.get('date');
3030
// if (!queryDate) return fallbackDate;

0 commit comments

Comments
 (0)