Skip to content

Commit

Permalink
last problems
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfdzs committed Mar 11, 2024
1 parent 4801b15 commit c7259e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7259e2

Please sign in to comment.