From 9339fad094fbcbd476b896a7038e2db58222078b Mon Sep 17 00:00:00 2001 From: ankushKun Date: Mon, 20 May 2024 18:11:55 +0530 Subject: [PATCH] FIX: cell type compatibility for old projects --- next_app/src/components/layout.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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") && - :