Skip to content

Commit

Permalink
#LobbyDesign
Browse files Browse the repository at this point in the history
- Cleaned up the code for PR
  • Loading branch information
CheBato committed Dec 15, 2024
1 parent 592185b commit 1c953bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const ResourcesOverlay: React.FC<IResourcesOverlayProps> = ({
Your Resources
</Typography>

<CardArea cards={gameState.players[connectedPlayer].cardPiles["resources"]} />
<CardArea cards={gameState.players[connectedPlayer].cardPiles["resources"]} pile={null} />
</CardContent>
<Box
sx={{
Expand Down

0 comments on commit 1c953bb

Please sign in to comment.