diff --git a/components/conceptHeader.vue b/components/conceptHeader.vue
index f55dd71..661633e 100644
--- a/components/conceptHeader.vue
+++ b/components/conceptHeader.vue
@@ -21,9 +21,13 @@ const currentGames = computed(() => {
-
+
-
+
+
+
diff --git a/components/lobby/game.vue b/components/lobby/game.vue
index 2295307..9db9f90 100644
--- a/components/lobby/game.vue
+++ b/components/lobby/game.vue
@@ -16,10 +16,14 @@ const game = lobbyStore.games[props.id];
+ {{ game.id }}
+ {{ game.players.map((p) => p.user.username) }}
{{ game }}
+
+