From 2d0f1b91daed49e61683aa05a4b6b135ea555b6f Mon Sep 17 00:00:00 2001 From: Egor Date: Fri, 30 Jan 2026 18:05:21 +0300 Subject: [PATCH] Update Subscription.tsx --- src/pages/Subscription.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/Subscription.tsx b/src/pages/Subscription.tsx index 1018fad..d58f85d 100644 --- a/src/pages/Subscription.tsx +++ b/src/pages/Subscription.tsx @@ -2446,8 +2446,6 @@ export default function Subscription() { const originalTotal = promoPeriod.original ? promoPeriod.original + trafficPrice : null; - const hasEnoughBalance = - purchaseOptions && totalPrice <= purchaseOptions.balance_kopeks; return ( <>