diff --git a/src/groups/GroupsSection.tsx b/src/groups/GroupsSection.tsx index ff37b901ce..c534bef5de 100644 --- a/src/groups/GroupsSection.tsx +++ b/src/groups/GroupsSection.tsx @@ -126,17 +126,20 @@ export const GroupsSection = () => { } > - {rawData && ( - - )} - {filteredData && filteredData.length === 0 && ( - - )} + {rawData && ( + + )} + {filteredData && filteredData.length === 0 && ( + + )}