- {winnerSelectingStatus === 'not-selected' || winnerSelectingStatus === 'is-selecting' ? (
-
- ) : (
-
+
+ {winnerSelectingStatus === 'not-selected' ||
+ winnerSelectingStatus === 'is-selecting' ? (
- {winnerText && (
+ ) : (
+
- )}
+ {winnerText && (
+
+ )}
+
+ )}
+
-
diff --git a/components/lottery/slotCounter/LotterySlotCounter.tsx b/components/lottery/slotCounter/LotterySlotCounter.tsx
index 2c2354d..3c49955 100644
--- a/components/lottery/slotCounter/LotterySlotCounter.tsx
+++ b/components/lottery/slotCounter/LotterySlotCounter.tsx
@@ -84,6 +84,7 @@ const LotterySlotCounter = ({ numberString, isAnimating }: LotterySlotCounterPro
speed={2}
delay={2}
startFromLastDigit
+ animateUnchanged
animateOnVisible={false}
autoAnimationStart={false}
/>