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) => )}
}