From 5333c708bd6d18ff4b6aec84d614d7c1f6d15237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A1=B0=EC=98=81=EC=A3=BC?= Date: Mon, 23 Mar 2026 23:53:18 +0900 Subject: [PATCH 1/3] =?UTF-8?q?hotfix:=20main=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=A7=80=EC=9B=90=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/recruit/Recruit.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/pages/recruit/Recruit.tsx b/src/pages/recruit/Recruit.tsx index 1623786..989b0b8 100644 --- a/src/pages/recruit/Recruit.tsx +++ b/src/pages/recruit/Recruit.tsx @@ -45,19 +45,19 @@ const Recruit: React.FC = () => { } }, [loadSchedule, navigate]) - // useEffect(() => { - // checkRecruitmentPeriod() - // }, [checkRecruitmentPeriod]) + useEffect(() => { + checkRecruitmentPeriod() + }, [checkRecruitmentPeriod]) - // useEffect(() => { - // if (isRecruiting === false && !alertShown.current) { - // alertShown.current = true - // alert('현재 모집 기간이 아닙니다.') - // navigate('/') - // } - // }, [isRecruiting, navigate]) + useEffect(() => { + if (isRecruiting === false && !alertShown.current) { + alertShown.current = true + alert('현재 모집 기간이 아닙니다.') + navigate('/') + } + }, [isRecruiting, navigate]) - // if (isRecruiting === false) return null + if (isRecruiting === false) return null return (
From b9b5455b7adade2150a966c6f27d88ab3f98921e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A1=B0=EC=98=81=EC=A3=BC?= Date: Mon, 23 Mar 2026 23:58:34 +0900 Subject: [PATCH 2/3] =?UTF-8?q?Revert=20"hotfix:=201=EC=B0=A8=ED=95=A9?= =?UTF-8?q?=EA=B2=A9=20,=20=EC=B5=9C=EC=A2=85=ED=95=A9=EA=B2=A9=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EC=A1=B0?= =?UTF-8?q?=EA=B1=B4=20=EC=88=98=EC=A0=951"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fd01a8268d67c5e693c465257e4d4ffd1ffe2a63. --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c269e49 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "chatgpt.openOnStartup": false +} \ No newline at end of file From 0b188a907fb794b20cbc2fc1a2970cea69c5a21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A1=B0=EC=98=81=EC=A3=BC?= Date: Tue, 24 Mar 2026 00:03:32 +0900 Subject: [PATCH 3/3] =?UTF-8?q?Hotfix:=20=ED=95=84=EC=9A=94=EC=97=86?= =?UTF-8?q?=EB=8A=94=20json=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index c269e49..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "chatgpt.openOnStartup": false -} \ No newline at end of file