diff --git a/src/components/DataTable/DataTable.tsx b/src/components/DataTable/DataTable.tsx index a85ac6f8..5e86e4d9 100644 --- a/src/components/DataTable/DataTable.tsx +++ b/src/components/DataTable/DataTable.tsx @@ -84,19 +84,7 @@ export function DataTable({ {row.getVisibleCells().map((cell) => ( {flexRender(cell.column.columnDef.cell, cell.getContext())} ))} - - {/*{table.getColumn('status') && row.getValue('status') === ContactStatus.Awaiting ? (*/} - {/*
*/} - {/* {isContact(row.original) && row.original.status === ContactStatus.Awaiting && (*/} - {/* <>*/} - {/* } />*/} - {/* } />*/} - {/* */} - {/* )}*/} - {/*
*/} - {/*) : null}*/} - {renderInlineItem ? renderInlineItem(row) : null} -
+ {renderInlineItem ? renderInlineItem(row) : null}