We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a914e0 commit f88f4b2Copy full SHA for f88f4b2
1 file changed
src/pages/home/home.tsx
@@ -24,7 +24,7 @@ import { useLocation, useNavigate } from 'react-router-dom';
24
import { handleScrollLock } from '@/shared/utils/scroll-lock';
25
import { showErrorToast } from '@/shared/utils/show-error-toast';
26
27
-// TODO: 선택 날짜 유지 로직 수정
+// TODO: 선택 날짜 유지 로직 수정 후 적용
28
// const getSelectedDateFromQuery = (searchParams: URLSearchParams, fallbackDate: Date): Date => {
29
// const queryDate = searchParams.get('date');
30
// if (!queryDate) return fallbackDate;
0 commit comments