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) ? (