Skip to content

Commit

Permalink
logggg
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGB committed May 13, 2022
1 parent 5ef9931 commit 751b3b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ function getFilePath(cellValue: string): string {
}

export default function DefaultCell(cellProperties: Cell) {
console.log("render cell");
const dataDispatch = (cellProperties as any).dataDispatch;
/** Initial state of cell */
const initialValue = cellProperties.value;
Expand Down

0 comments on commit 751b3b2

Please sign in to comment.