From aeece429a755c0ac7a239cb5e0a896919bb77203 Mon Sep 17 00:00:00 2001 From: Immortal Date: Sat, 2 Mar 2024 23:21:41 +0330 Subject: [PATCH] Update index.tsx --- src/pages/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 828036d..4ac4a69 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -259,17 +259,13 @@ const Home: NextPage = () => { ) : ( <> - {isRunning ? ( + {isRunning && ( <>
Please Wait ...
- ): ( - <> - - )} )}