From d752f05485783782527451b9504f536d56f5c1f4 Mon Sep 17 00:00:00 2001 From: poco Date: Wed, 4 Dec 2024 01:20:15 +0900 Subject: [PATCH] =?UTF-8?q?eslint=20=EC=97=90=EB=9F=AC=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/space-list/searched-space-list.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/space-list/searched-space-list.tsx b/src/components/space-list/searched-space-list.tsx index cc61dc0..4de5b99 100644 --- a/src/components/space-list/searched-space-list.tsx +++ b/src/components/space-list/searched-space-list.tsx @@ -56,6 +56,7 @@ export const SearchedSpaceList = () => { const { data: randomSpaceList } = useGetRandomSpaceList(); const spaceListClickHandler = (spaceId: number, spaceTitle: string) => { + console.log(spaceId); openModal({ type: 'confirm', id: 'space-join-request',