Changeset 189cd8f for components/poker/PokerSections.jsx
- Timestamp:
- 07/06/22 00:11:47 (2 years ago)
- Branches:
- main
- Children:
- aac3b2b
- Parents:
- 3a783f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
components/poker/PokerSections.jsx
r3a783f2 r189cd8f 15 15 const playerState = useSelector(state => state.player); 16 16 17 if (playerState.pokerGame .player.table.length > 0) {17 if (playerState.pokerGame?.player?.table?.length > 0) { 18 18 return ( 19 19 <>
Note:
See TracChangeset
for help on using the changeset viewer.