diff --git a/src/pages/Subscription.tsx b/src/pages/Subscription.tsx index 46364f8..11e9ef8 100644 --- a/src/pages/Subscription.tsx +++ b/src/pages/Subscription.tsx @@ -940,9 +940,10 @@ export default function Subscription() { )} - {/* Server Management */} -
- {!showServerManagement ? ( + {/* Server Management - only in classic mode */} + {!isTariffsMode && ( +
+ {!showServerManagement ? (
)}
+ )} )}