From a99a735bd8b3b6b9855401d4d52869a63be79e09 Mon Sep 17 00:00:00 2001 From: Daeeui Kim Date: Tue, 23 Jul 2024 20:24:11 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20PC=EB=B2=84=EC=A0=84=EC=97=90=EC=84=9C?= =?UTF-8?q?=20=EC=9D=8C=EC=8B=9D=EC=A0=90=20=EA=B2=80=EC=83=89=20=EC=A0=9C?= =?UTF-8?q?=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../view/PC/ShopConfirmation/index.tsx | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/src/page/ShopRegistration/view/PC/ShopConfirmation/index.tsx b/src/page/ShopRegistration/view/PC/ShopConfirmation/index.tsx index d73a8f70..592b880c 100644 --- a/src/page/ShopRegistration/view/PC/ShopConfirmation/index.tsx +++ b/src/page/ShopRegistration/view/PC/ShopConfirmation/index.tsx @@ -2,7 +2,6 @@ import { ReactComponent as Logo } from 'assets/svg/auth/koin-logo.svg'; import { ReactComponent as Cutlery } from 'assets/svg/shopRegistration/cutlery.svg'; import Copyright from 'component/common/Copyright'; import Category from 'page/ShopRegistration/component/Modal/Category'; -import SearchShop from 'page/ShopRegistration/component/Modal/SearchShop'; import OperateTimePC from 'page/ShopRegistration/component/Modal/OperateTimePC'; import ConfirmPopup from 'page/ShopRegistration/component/ConfirmPopup'; import CustomModal from 'component/common/CustomModal'; @@ -36,11 +35,6 @@ export default function ShopConfirmation({ onNext }:{ onNext: () => void }) { setTrue: openOperateTime, setFalse: closeOperateTime, } = useBooleanState(false); - const { - value: showSearchShop, - setTrue: openSearchShop, - setFalse: closeSearchShop, - } = useBooleanState(false); const { value: showConfirmPopup, setTrue: openConfirmPopup, @@ -204,24 +198,13 @@ export default function ShopConfirmation({ onNext }:{ onNext: () => void }) {
-
{isError && name === '' && } - - -
주소정보