From 58b061c576ca416fc61c004e488c7ce3400c48c3 Mon Sep 17 00:00:00 2001 From: inyoung Date: Sat, 27 Apr 2024 04:02:09 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EC=99=B8=EB=B6=80=20=EC=98=81=EC=97=AD?= =?UTF-8?q?=20=ED=84=B0=EC=B9=98=20=EC=8B=9C=20=EC=8B=9C=EA=B0=84=20?= =?UTF-8?q?=EC=84=A0=ED=83=9D=ED=8C=9D=EC=97=85=20=EB=8B=AB=ED=9E=88?= =?UTF-8?q?=EA=B2=8C=20=EA=B5=AC=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SellerMyPageModifyProfile/SetChatTimeSection.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Seller/SellerMyPageModifyProfile/SetChatTimeSection.tsx b/src/components/Seller/SellerMyPageModifyProfile/SetChatTimeSection.tsx index c985f036..1e561610 100644 --- a/src/components/Seller/SellerMyPageModifyProfile/SetChatTimeSection.tsx +++ b/src/components/Seller/SellerMyPageModifyProfile/SetChatTimeSection.tsx @@ -110,7 +110,13 @@ function SetChatTimeSection({ setIsActive={setIsActive} /> )} - {(isOutPopupOpen || isTimeModalOpen) && } + {(isOutPopupOpen || isTimeModalOpen) && ( + { + setIsTimeModalOpen(false); + }} + /> + )} 상담 활동이 가능한 시간대를 설정해주세요.