jnfrati 4 лет назад
Родитель
Сommit
40064bda80
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      dashboard/src/components/Table.tsx

+ 0 - 1
dashboard/src/components/Table.tsx

@@ -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()}