From b04666accd3e4bf1953a1a914260df87cac13df3 Mon Sep 17 00:00:00 2001 From: LukaszMMazur Date: Thu, 25 Apr 2024 18:28:11 +0200 Subject: [PATCH] three column bug fix --- components/Editor/ExtraColumn.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Editor/ExtraColumn.tsx b/components/Editor/ExtraColumn.tsx index 3c2dfb9..f36063e 100644 --- a/components/Editor/ExtraColumn.tsx +++ b/components/Editor/ExtraColumn.tsx @@ -39,7 +39,7 @@ const ExtraColumn = ({ } = useContext(CairoVMApiContext) return ( -
+ <>
)}
-
+ ) }