- removed console.log;

This commit is contained in:
Vitalii Kiiko
2025-08-29 09:29:48 +02:00
parent b2020d2072
commit 46e136a9e4

View File

@@ -3,8 +3,6 @@ import getNumberFormatted from '../../../../../../../helpers/getNumberFormatted'
const LastRowCell = ({columnId, lastRowCfg, columnMeta = {}, tableValue = []}) => {
const cellData = head(lastRowCfg.filter(o => !isNil(o[columnId])));
console.log('LastRowCell Rendered', {columnId, lastRowCfg, columnMeta, tableValue});
console.log('cellData', cellData)
let cellValue = cellData[columnId];
if (columnMeta.enableFormula) {