Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit b0f2394

Browse files
authored
Update MarkdownCell.tsx
1 parent be0e64d commit b0f2394

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/cellTypes/MarkdownCell.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ const MarkdownCell = (mdProps: CellComponentProps) => {
2424
5,
2525
false
2626
);
27-
2827
}
29-
console.log((markdownRow[tableColumn.key] as Link).markdown()) // okay
3028
});
3129
return (
3230
<span

0 commit comments

Comments
 (0)