From 288c917defdae25e36a3230228c69af0db647a2a Mon Sep 17 00:00:00 2001 From: primakov Date: Mon, 28 Nov 2022 13:21:55 +0300 Subject: [PATCH] uncomment main feature --- src/pages/main.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/main.tsx b/src/pages/main.tsx index f941e5f..ae9accf 100644 --- a/src/pages/main.tsx +++ b/src/pages/main.tsx @@ -195,9 +195,8 @@ export const MainPage = () => { return ( - - {/* {!showStart && setShowStart(true)} />} - {showStart && } */} + {!showStart && setShowStart(true)} />} + {showStart && } ); };