@@ -119,7 +119,6 @@ const Table: React.FC<TableProps> = ({
>
{/* TODO: This is actually broken, not sure why but we need the width to be properly setted, this is a temporary solution */}
{row.cells.map((cell) => {
- console.log(cell.getCellProps());
return (
<StyledTd
{...cell.getCellProps()}