format
This commit is contained in:
parent
a4b858cdc0
commit
59bfeda338
1 changed files with 14 additions and 11 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue