Changeset e007fcd for components/roulette/RouletteHeader.jsx
- Timestamp:
- 07/16/22 21:31:18 (2 years ago)
- Branches:
- main
- Children:
- e903234
- Parents:
- 55701f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
components/roulette/RouletteHeader.jsx
r55701f0 re007fcd 7 7 import { AiOutlineArrowLeft } from 'react-icons/ai' 8 8 9 import { useEffect } from 'react'9 import { useEffect, useState } from 'react' 10 10 import { useDispatch, useSelector } from 'react-redux' 11 11 … … 86 86 } 87 87 88 if (newRes.data?.extraAction && newRes.data?.extraAction !== "spin_wheel") {88 if (newRes.data?.extraAction !== "spin_wheel" && newRes.data?.extraAction2 !== "keep_alert") { 89 89 dispatch(setStyle({ 90 90 ...styleState.style,
Note:
See TracChangeset
for help on using the changeset viewer.