diff --git a/next_app/src/components/layout.tsx b/next_app/src/components/layout.tsx
index ebb67b1..59c73bb 100644
--- a/next_app/src/components/layout.tsx
+++ b/next_app/src/components/layout.tsx
@@ -403,16 +403,14 @@ const EditorArea = ({
const cellType = file.content.cells[cellId].type
return <>
- {cellType == "CODE" &&
- }
- {(cellType == "MARKDOWN" || cellType == "LATEX") &&
- :