Ignore:
Timestamp:
07/06/22 00:11:47 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
aac3b2b
Parents:
3a783f2
Message:

Code cleanings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/poker/PokerSections.jsx

    r3a783f2 r189cd8f  
    1515  const playerState = useSelector(state => state.player);
    1616
    17   if (playerState.pokerGame.player.table.length > 0) {
     17  if (playerState.pokerGame?.player?.table?.length > 0) {
    1818    return (
    1919      <>
Note: See TracChangeset for help on using the changeset viewer.