fix(curriculum): Move blank line inside callback (#57134)

This commit is contained in:
Adrián Ceniza
2024-11-12 12:38:57 +00:00
committed by GitHub
parent 8e968eae03
commit 5ac960d81c

View File

@@ -495,8 +495,8 @@ keepScoreBtn.addEventListener("click", () => {
if (round > 6) {
setTimeout(() => {
alert(`Game Over! Your total score is ${score}`);
}, 500);
}
} else {
alert("Please select an option or roll the dice");