Skip to content

Commit

Permalink
fix: remove played
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Jun 19, 2024
1 parent 8bbe63c commit 4eccca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cahfrontend/src/components/gameControls/GameLobby.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ function GameLobbyLoaded(props: Readonly<LobbyLoadedProps>) {
id: x.id.toString(),
name: x.bodyText,
pack: "Your hand",
played: false,
};
})}
selectedCardIds={[]}
Expand Down

0 comments on commit 4eccca0

Please sign in to comment.