Skip to content

Commit

Permalink
Loading cards on round complete
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Jan 14, 2023
1 parent a0734b5 commit 266cb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Game/WebsocketManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const WebsocketHandler = () => {
case "HAND_COMPLETED":
break
case "ROUND_COMPLETED":
dispatch(clearAutoPlay())
reloadCards(payload)
break
case "CALL":
// playCallSound()
Expand Down

0 comments on commit 266cb68

Please sign in to comment.