Ignore:
Timestamp:
06/25/22 11:30:19 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
b13f93b
Parents:
9bd09b0
Message:

Finished Roulette

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/roulette/RouletteHeader.jsx

    r9bd09b0 race7865  
    4949                            chosenCredits: parseInt(res.data?.credits/2),
    5050                        }
    51                     }
     51                    },
     52                    showCoin: false,
    5253                }));
    5354
     
    5657                    displayLoadingScreen: false,
    5758                }))
    58 
    59 
    60                 if (parseInt(res.data?.game.status.toString().substr(1, 1)) == 3) {
    61                 }
    62 
    63                 if (parseInt(res.data?.game.status.toString().substr(1, 1)) == 2) {
    64                 }
    65 
    66                 if (parseInt(res.data?.game.status.toString().substr(1, 1)) == 1) {
    67                 }
    6859            }
    6960            else {
Note: See TracChangeset for help on using the changeset viewer.