diff --git a/client/js/admin/games.js b/client/js/admin/games.js index d576be6..237125b 100644 --- a/client/js/admin/games.js +++ b/client/js/admin/games.js @@ -27,7 +27,9 @@ function displayGames(games) {
Creator: ${escapeHtml(game.creator.username)}
Created: ${new Date(game.createdAt).toLocaleString()}