From 1ce32c74da072ebbfb6585f24829db0054b9b2d4 Mon Sep 17 00:00:00 2001 From: keemsebeen Date: Wed, 2 Oct 2024 15:22:45 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20report=20type=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/report/Form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/report/Form.tsx b/src/components/report/Form.tsx index 72cdc93f..ed0f0837 100644 --- a/src/components/report/Form.tsx +++ b/src/components/report/Form.tsx @@ -34,7 +34,7 @@ export default function Form({ id, }: ReportProps) { const { openModal, visible, closeModal, modalRef } = useModal(); - const { date, participants, place, content, startTime, endTime, imageUrls } = + const { date, participants, place, content, startTime, endTime, ImageUrls } = report; function handleChange( @@ -151,7 +151,7 @@ export default function Form({