From 8a41048aba286f5c3cfa8743881edfc85a027377 Mon Sep 17 00:00:00 2001 From: 2yunseong Date: Fri, 15 Mar 2024 02:27:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B8=B4=EA=B8=89=20=EC=9D=B4=EC=8A=88?= =?UTF-8?q?=20=EB=8C=80=EC=9D=91=20=EC=8B=9C=EA=B0=84=20=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/hooks/useApplication.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/hooks/useApplication.tsx b/frontend/src/hooks/useApplication.tsx index e8d328b0..f6f5fe1c 100644 --- a/frontend/src/hooks/useApplication.tsx +++ b/frontend/src/hooks/useApplication.tsx @@ -84,7 +84,7 @@ export const useApplication = () => { ) => { const isSend = confirm("지원서를 제출하시겠습니까?"); if (!isSend) return false; - if (Date.now() > Date.UTC(2024, 2, 14, 15, 0, 0)) { + if (Date.now() > Date.UTC(2024, 2, 15, 15, 0, 0)) { alert("지원 기간이 종료되었습니다."); return false; }