From c2bdda2ccb47750300cff01729fd4eaa6ee1fe11 Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Sun, 7 Jun 2026 00:06:33 -0300 Subject: [PATCH] chore: temporarily remove manage sub button for android --- .../Components/ComponentView/NotEntitledBanner.tsx | 8 +++++--- .../Account/Subscription/SubscriptionInformation.tsx | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/web/src/javascripts/Components/ComponentView/NotEntitledBanner.tsx b/packages/web/src/javascripts/Components/ComponentView/NotEntitledBanner.tsx index 42569ca35..f4ad97950 100644 --- a/packages/web/src/javascripts/Components/ComponentView/NotEntitledBanner.tsx +++ b/packages/web/src/javascripts/Components/ComponentView/NotEntitledBanner.tsx @@ -50,9 +50,11 @@ const NotEntitledBanner: FunctionComponent = ({ featureStatus, feature })
- + {application.canShowPurchaseFlow() && ( + + )}
diff --git a/packages/web/src/javascripts/Components/Preferences/Panes/Account/Subscription/SubscriptionInformation.tsx b/packages/web/src/javascripts/Components/Preferences/Panes/Account/Subscription/SubscriptionInformation.tsx index f945da571..cb4f72041 100644 --- a/packages/web/src/javascripts/Components/Preferences/Panes/Account/Subscription/SubscriptionInformation.tsx +++ b/packages/web/src/javascripts/Components/Preferences/Panes/Account/Subscription/SubscriptionInformation.tsx @@ -14,7 +14,7 @@ const SubscriptionInformation = () => { return ( <> - {!isSharedSubscription && ( + {!isSharedSubscription && application.canShowPurchaseFlow() && (