From 691f58118b5e3380bbad7785012d03ce8baf2f69 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Wed, 7 Jul 2021 14:17:50 -0300 Subject: [PATCH] =?UTF-8?q?Restaurado=20continua=C3=A7=C3=A3o=20da=20hist?= =?UTF-8?q?=C3=B3ria?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Landing.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/pages/Landing.tsx b/src/pages/Landing.tsx index 2bfdbb2..5df0373 100644 --- a/src/pages/Landing.tsx +++ b/src/pages/Landing.tsx @@ -11,7 +11,7 @@ import GitHubIcon from '@material-ui/icons/GitHub'; export default function Landing() { // const { user, signInWithGoogle } = useAuth(); const history = useHistory(); - const { updateStoryValue } = useStory(); + const { storyValue, updateStoryValue } = useStory(); async function gameMode(mode: String) { if (mode === 'new-game') { // Parâmetros para novo jogo do modo história @@ -58,19 +58,16 @@ export default function Landing() { }} > - {/* + - */} +