fix(ui): FRO-36 PWA

fix
This commit is contained in:
LQ63
2025-12-18 08:54:12 +01:00
parent dfae8ebb5d
commit cc17b20178

View File

@@ -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;