fix(ui): FRO-36 PWA
fix
This commit is contained in:
@@ -30,7 +30,6 @@ const spin = (): void => {
|
||||
reelStates.value.forEach((reel, index) => {
|
||||
reel.isSpinning = true;
|
||||
|
||||
// Stop each reel with a stagger
|
||||
setTimeout(() => {
|
||||
reel.value = getRandomSymbol();
|
||||
reel.isSpinning = false;
|
||||
|
||||
Reference in New Issue
Block a user