From 133a3287e0444949f4b23b73d1f1bfd1e21a2902 Mon Sep 17 00:00:00 2001 From: Doeunnkimm Date: Thu, 12 Sep 2024 23:41:52 +0900 Subject: [PATCH] fix --- .../containers/GatherMemberProfileListContainer.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/web-domains/src/home/features/gather-member/containers/GatherMemberProfileListContainer.tsx b/packages/web-domains/src/home/features/gather-member/containers/GatherMemberProfileListContainer.tsx index b6777b83..40254309 100644 --- a/packages/web-domains/src/home/features/gather-member/containers/GatherMemberProfileListContainer.tsx +++ b/packages/web-domains/src/home/features/gather-member/containers/GatherMemberProfileListContainer.tsx @@ -23,12 +23,7 @@ export const GatherMemberProfileListContainer = () => { } = useGatherMemberProfileListService(); if (!gatherMemberList.length) { - return ( - - ); + return ; } return (