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 && (
|
||||
<GroupsList list={filteredData ? filteredData : rawData} refresh={loader}/>
|
||||
<GroupsList
|
||||
list={filteredData ? filteredData : rawData}
|
||||
refresh={loader}
|
||||
/>
|
||||
)}
|
||||
{filteredData && filteredData.length === 0 && (
|
||||
<ListEmptyState
|
||||
|
|
Loading…
Reference in a new issue