From addeed75b91a487e98b8fce64653fb3789f496df Mon Sep 17 00:00:00 2001 From: kyu <2066apple@naver.com> Date: Mon, 11 Sep 2023 11:49:41 +0900 Subject: [PATCH] =?UTF-8?q?[=20fix=20]=20=ED=95=A8=EC=88=98=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index 2906ed5..cd28e0a 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -324,7 +324,7 @@ export default function HomePage() { > 삭제 - {!isTwoHourPassing(selectedModeration?.regDtm ?? '') ? ( + {selectedModeration && !isTwoHourPassing(selectedModeration.regDtm) ? (