Fixed is skeleton bug
Some checks failed
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit

This commit is contained in:
Tom Butcher 2026-01-04 20:27:57 +00:00
parent 1a65aa9306
commit 67b567f710

View File

@ -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'>