From c7259e25c84e40b4d264ce77d1c63b2e5e3490ab Mon Sep 17 00:00:00 2001 From: alexfdzs Date: Mon, 11 Mar 2024 20:36:40 +0100 Subject: [PATCH] last problems --- webapp/src/components/Home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/Home.js b/webapp/src/components/Home.js index 2418a1d..e99fda3 100644 --- a/webapp/src/components/Home.js +++ b/webapp/src/components/Home.js @@ -11,7 +11,7 @@ const Home = () => { const navigate = useNavigate(); const location = useLocation(); - const { username, createdAt } = location.state || {}; + const { username } = location.state || {}; function handleStartGame(){ // Lógica para iniciar la partida