diff --git a/web/js/gameList.js b/web/js/gameList.js index f309295d..d0c1ec9c 100644 --- a/web/js/gameList.js +++ b/web/js/gameList.js @@ -23,7 +23,7 @@ const gameList = (() => { log.debug('[games] load game menu'); listBox.innerHTML = games - .map(game => ``) + .map(game => ``) .join(''); };