-
{t('wheel.errors.insufficientBalance')}
-
- {t('wheel.errors.topUpRequired')} ({formatAmount((config.required_balance_kopeks - config.user_balance_kopeks) / 100)} {currencySymbol})
-
+
+
{t('wheel.errors.dailyLimitReached')}
+ ) : config.can_spin_reason === 'insufficient_balance' ? (
+
) : (
-
{t('wheel.errors.cannotSpin')}
+
+
{t('wheel.errors.cannotSpin')}
+
)}
-
+ >
)}