diff --git a/package.json b/package.json index a09f50856..713c95073 100644 --- a/package.json +++ b/package.json @@ -98,4 +98,4 @@ "zod": "^3.23.8" }, "type": "module" -} +} \ No newline at end of file diff --git a/src/client/PublicLobby.ts b/src/client/PublicLobby.ts index 6b495a8b3..b2fc52c29 100644 --- a/src/client/PublicLobby.ts +++ b/src/client/PublicLobby.ts @@ -52,21 +52,20 @@ export class PublicLobby extends LitElement { render() { if (this.lobbies.length === 0) return html``; - + const lobby = this.lobbies[0]; const timeRemaining = Math.max(0, Math.floor(lobby.msUntilStart / 1000)); return html`