Skip to content

Commit

Permalink
Removed unused hook for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Mario committed Apr 15, 2024
1 parent ab9b42c commit 88c100d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/GameConfigurator/GameConfigurator.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function GameConfigurator(){
const [tipoPregunta, setTipoPregunta] = useState('POPULATION');
const [numeroPreguntas, setNumeroPreguntas] = useState(5);
const [clickedForNewGame, setClickedForNewGame]= useState(false);
const[t, i18n] = useTranslation("global");
const[t] = useTranslation("global");

function handleClick() {
setClickedForNewGame(true);
Expand Down

0 comments on commit 88c100d

Please sign in to comment.