uncomment keyboard

This commit is contained in:
Primakov Alexandr Alexandrovich 2022-11-28 16:21:03 +03:00
parent 5688144a5e
commit e3ca67f2c0

View File

@ -208,9 +208,9 @@ export const MainPage = () => {
return (
<MainWrapper>
<LogoImg src={logo} />
<Start />
{/* {!showStart && <Input onStart={() => setShowStart(true)} />}
{showStart && <Start />} */}
{/* <Start /> */}
{!showStart && <Input onStart={() => setShowStart(true)} />}
{showStart && <Start />}
</MainWrapper>
);
};