Ignore:
Timestamp:
07/16/22 21:31:18 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
e903234
Parents:
55701f0
Message:

Now you need to activate your account via email & also added mail sending after server crash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/roulette/RouletteHeader.jsx

    r55701f0 re007fcd  
    77import { AiOutlineArrowLeft } from 'react-icons/ai'
    88
    9 import { useEffect } from 'react'
     9import { useEffect, useState } from 'react'
    1010import { useDispatch, useSelector } from 'react-redux'
    1111
     
    8686                        }
    8787
    88                         if (newRes.data?.extraAction && newRes.data?.extraAction !== "spin_wheel") {
     88                        if (newRes.data?.extraAction !== "spin_wheel" && newRes.data?.extraAction2 !== "keep_alert") {
    8989                            dispatch(setStyle({
    9090                                ...styleState.style,
Note: See TracChangeset for help on using the changeset viewer.