From 9b596fffb5e68c06c11ced8b1cea7b9e146abc4b Mon Sep 17 00:00:00 2001 From: ankushKun Date: Wed, 22 May 2024 19:42:02 +0530 Subject: [PATCH] codecell bugfix --- next_app/src/pages/codecell.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/next_app/src/pages/codecell.tsx b/next_app/src/pages/codecell.tsx index 8fbaf1a..2e67d0e 100644 --- a/next_app/src/pages/codecell.tsx +++ b/next_app/src/pages/codecell.tsx @@ -177,7 +177,7 @@ export default function CodeCell() { }, [aosProcess, code, appname]) const Loader = () => { - return
+ return
} @@ -185,7 +185,7 @@ export default function CodeCell() { return
- {autoconnect == undefined && } + {aosProcess ? <>
: } - } +
} } + {/* {autoconnect == undefined && } */}