From e5eb9bfeab87a23b8b0b3cbe7353e399e96b7c36 Mon Sep 17 00:00:00 2001 From: "SK\\ssssk" Date: Sat, 29 Jun 2024 11:47:53 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=98=EB=B3=B5=20key=20props=20=EB=88=84?= =?UTF-8?q?=EB=9D=BD=EB=90=9C=20=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/meetings/modal/GatheringScheduleModal.tsx | 8 ++++---- src/components/meetings/modal/GatheringSettingModal.tsx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/meetings/modal/GatheringScheduleModal.tsx b/src/components/meetings/modal/GatheringScheduleModal.tsx index c6d5c69d..fc5906a3 100644 --- a/src/components/meetings/modal/GatheringScheduleModal.tsx +++ b/src/components/meetings/modal/GatheringScheduleModal.tsx @@ -142,7 +142,7 @@ const GatheringScheduleModal = (props: IGatheringScheduleModalProps) => { > {Array.from([...Array(24).fill(0)], (i, index) => index).map( (i) => ( - ), @@ -163,7 +163,7 @@ const GatheringScheduleModal = (props: IGatheringScheduleModalProps) => { > {Array.from([...Array(6).fill(0)], (i, index) => index * 10).map( (i) => ( - ), @@ -194,7 +194,7 @@ const GatheringScheduleModal = (props: IGatheringScheduleModalProps) => { > {Array.from([...Array(24).fill(0)], (i, index) => index).map( (i) => ( - ), @@ -215,7 +215,7 @@ const GatheringScheduleModal = (props: IGatheringScheduleModalProps) => { > {Array.from([...Array(6).fill(0)], (i, index) => index * 10).map( (i) => ( - ), diff --git a/src/components/meetings/modal/GatheringSettingModal.tsx b/src/components/meetings/modal/GatheringSettingModal.tsx index 9136b068..85ccff02 100644 --- a/src/components/meetings/modal/GatheringSettingModal.tsx +++ b/src/components/meetings/modal/GatheringSettingModal.tsx @@ -100,7 +100,7 @@ const GatheringSettingModal = (props: IGatheringSettingModalProps) => { > {Array.from([...Array(24).fill(0)], (i, index) => index).map( (i) => ( - ), @@ -116,7 +116,7 @@ const GatheringSettingModal = (props: IGatheringSettingModalProps) => { > {Array.from([...Array(6).fill(0)], (i, index) => index * 10).map( (i) => ( - ),