Fixed is skeleton bug
Some checks failed
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
Some checks failed
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
This commit is contained in:
parent
1a65aa9306
commit
67b567f710
@ -759,7 +759,7 @@ const ObjectTable = forwardRef(
|
||||
}
|
||||
})
|
||||
|
||||
if (rowActions.length > 0 && tableData.some((item) => !item.isSkeleton)) {
|
||||
if (rowActions.length > 0 && tableData.some((item) => !item?.isSkeleton)) {
|
||||
columnsWithSkeleton.push({
|
||||
title: (
|
||||
<Flex gap='small' align='center' justify='center'>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user