Prettier-ify

This commit is contained in:
Austin Chen 2022-07-28 11:04:11 -07:00
parent 7604a8e160
commit 6289df4c7d

View File

@ -60,7 +60,8 @@ function putIntoMapAndFetch(data) {
} else if (whichGuesser === 'burn') {
document.getElementById('guess-type').innerText = 'Match With Hot Singles'
} else if (whichGuesser === 'beast') {
document.getElementById('guess-type').innerText = 'Finding Fantastic Beasts'
document.getElementById('guess-type').innerText =
'Finding Fantastic Beasts'
}
setUpNewGame()
}