diff --git a/src/pages/Subscription.tsx b/src/pages/Subscription.tsx index 52733bf..ec29ae3 100644 --- a/src/pages/Subscription.tsx +++ b/src/pages/Subscription.tsx @@ -60,7 +60,7 @@ const CountdownTimer = memo(function CountdownTimer({ return (
) : ( -
+
{countdown.days > 0 && ( <> {countdown.days} - + {t('subscription.daysShort')} )} {String(countdown.hours).padStart(2, '0')} : {String(countdown.minutes).padStart(2, '0')} : {String(countdown.seconds).padStart(2, '0')}