From 6289df4c7d79c64d61f62ddb04ea7babb3e39c39 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Thu, 28 Jul 2022 11:04:11 -0700 Subject: [PATCH] Prettier-ify --- web/public/mtg/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/public/mtg/app.js b/web/public/mtg/app.js index 75ef105a..d4c98f70 100644 --- a/web/public/mtg/app.js +++ b/web/public/mtg/app.js @@ -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() }