From 1880cffad9ee0089cf7795a0ed52985172035c65 Mon Sep 17 00:00:00 2001 From: Egor Date: Wed, 21 Jan 2026 06:43:44 +0300 Subject: [PATCH] Update Subscription.tsx --- src/pages/Subscription.tsx | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/pages/Subscription.tsx b/src/pages/Subscription.tsx index b380fae..2634932 100644 --- a/src/pages/Subscription.tsx +++ b/src/pages/Subscription.tsx @@ -455,19 +455,21 @@ export default function Subscription() { {t('subscription.getConfig')} - {/* Subscription URL */} -
- - {subscription.subscription_url} - - -
+ {/* Subscription URL - hidden when hide_subscription_link is true */} + {!subscription.hide_subscription_link && ( +
+ + {subscription.subscription_url} + + +
+ )} )}