From b375ca66f6793cbd45b5a32018060f771b6582ec Mon Sep 17 00:00:00 2001 From: Hyoeunkh Date: Mon, 20 May 2024 13:42:30 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20lint=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/booth/booth.hooks.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/services/booth/booth.hooks.ts b/src/services/booth/booth.hooks.ts index 914dde9..5accef3 100644 --- a/src/services/booth/booth.hooks.ts +++ b/src/services/booth/booth.hooks.ts @@ -53,8 +53,6 @@ export const useBoothDetail = () => { const [boothDetail, setBoothDetail] = useState(null); useEffect(() => { - if (!visitorId) return; - setIsPending(true); boothService .readBoothById(category as string, parseInt(boothId as string), visitorId as string)