test request
This commit is contained in:
+2
-4
@@ -64,12 +64,10 @@ const Input = ({ onStart }) => {
|
||||
}
|
||||
|
||||
export const MainPage = () => {
|
||||
const [shoList, setShoList] = useState(false);
|
||||
|
||||
return (
|
||||
<MainWrapper>
|
||||
{!shoList && <Input onStart={() => setShoList(true)} />}
|
||||
{shoList && <Journal />}
|
||||
{/* {!shoList && <Input onStart={() => setShoList(true)} />} */}
|
||||
<Journal />
|
||||
</MainWrapper>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user