From d683eacc05d1bf9c595938f8657dc066c11574f5 Mon Sep 17 00:00:00 2001 From: "SK\\ssssk" Date: Thu, 12 Sep 2024 10:28:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=98=EC=9D=91=ED=98=95=20=EB=B3=80?= =?UTF-8?q?=ED=98=95=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/gathering/read/GatheringCardList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/gathering/read/GatheringCardList.tsx b/src/components/gathering/read/GatheringCardList.tsx index d66b6896..eb040a23 100644 --- a/src/components/gathering/read/GatheringCardList.tsx +++ b/src/components/gathering/read/GatheringCardList.tsx @@ -19,7 +19,7 @@ const GatheringCardList = ({
찾는 내용이 없습니다.
) : -
+
{data?.map((i, index) => )}
}