Template
wip : working on game
This commit is contained in:
@@ -10,7 +10,6 @@ const currentGames = computed(() => {
|
||||
const games = Object.values(lobbyStore.games).filter((g) =>
|
||||
g.players.some((p) => p.user.id == userStore.self?.id)
|
||||
);
|
||||
console.log(games);
|
||||
return games;
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user