This commit is contained in:
Christie Molloy 2020-10-14 16:53:32 -04:00
parent a4b858cdc0
commit 59bfeda338

View file

@ -127,7 +127,10 @@ export const GroupsSection = () => {
} }
> >
{rawData && ( {rawData && (
<GroupsList list={filteredData ? filteredData : rawData} refresh={loader}/> <GroupsList
list={filteredData ? filteredData : rawData}
refresh={loader}
/>
)} )}
{filteredData && filteredData.length === 0 && ( {filteredData && filteredData.length === 0 && (
<ListEmptyState <ListEmptyState