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() && (