Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Arquisoft/wiq_es6c
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-qg committed Apr 29, 2024
2 parents 817148a + 213155f commit b1e7e66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/src/components/game/Calculator.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const Calculator = () => {
case '÷':
correctAnswer = Math.round(num1 / num2);
break;
default:
break;
}

const option = [correctAnswer];
Expand Down

0 comments on commit b1e7e66

Please sign in to comment.