diff --git a/src/app/(crew)/my-page/_components/reviewable-gatherings/reviewable-gathering-card-list.tsx b/src/app/(crew)/my-page/_components/reviewable-gatherings/reviewable-gathering-card-list.tsx index 4f043515..6d027c71 100644 --- a/src/app/(crew)/my-page/_components/reviewable-gatherings/reviewable-gathering-card-list.tsx +++ b/src/app/(crew)/my-page/_components/reviewable-gatherings/reviewable-gathering-card-list.tsx @@ -19,14 +19,21 @@ export default function ReviewableGatheringCardList() { // 로딩 중일 때 스켈레톤 표시 if (isLoading) { - return ; + return ( +
+ +
+ ); } return ( -