Fix table mock mode (#1007)
This commit is contained in:
@ -127,7 +127,7 @@ export function EntityTable<SortField>({
|
||||
onSortsUpdate={onSortsUpdate}
|
||||
/>
|
||||
<StyledTableWrapper>
|
||||
{viewFields.length && (
|
||||
{viewFields.length > 0 && (
|
||||
<StyledTable>
|
||||
<EntityTableHeader viewFields={viewFields} />
|
||||
<EntityTableBody />
|
||||
|
||||
Reference in New Issue
Block a user