We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4d941 commit 075f0e2Copy full SHA for 075f0e2
src/components/Cell.tsx
@@ -45,7 +45,7 @@ export const Cell: React.FC<CellProps> = ({ cell, seq }) => {
45
background: "transparent",
46
};
47
}
48
- if (!cell.outputs?.length) {
+ if (!cell.outputs?.length && !cell.source?.length) {
49
return null;
50
51
0 commit comments