diff --git a/src/components/Dashboard/common/ObjectChildTable.jsx b/src/components/Dashboard/common/ObjectChildTable.jsx index 50de38f..55cbabe 100644 --- a/src/components/Dashboard/common/ObjectChildTable.jsx +++ b/src/components/Dashboard/common/ObjectChildTable.jsx @@ -461,7 +461,7 @@ const ObjectChildTable = ({ rowKey={resolvedRowKey} scroll={scrollConfig} locale={{ emptyText }} - bordered={true} + bordered={minimal} style={{ maxWidth: minimal ? '100%' : maxWidth, minWidth: 0 }} className='rollup-table' /> @@ -479,7 +479,7 @@ const ObjectChildTable = ({ size={size} rowKey={resolvedRowKey} scroll={scrollConfig} - bordered={true} + bordered={minimal} locale={{ emptyText }} pagination={false} className={hasRollups ? 'child-table-rollups' : 'child-table'}