Skip to content

Commit

Permalink
edit code
Browse files Browse the repository at this point in the history
  • Loading branch information
s-dimaria committed May 28, 2023
1 parent ae60d2f commit 4b5ea2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/player/GameContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function modalReducer(state, action) {
}
break
}
case 'SUBMIT-CORRRECT': {
case 'SUBMIT-CORRECT': {
let guessList = state.guessList;
let lastStep = state.lastStep;
let openedStep = state.openedStep;
Expand Down

0 comments on commit 4b5ea2f

Please sign in to comment.