Allow trial users to open checkout
This commit is contained in:
@@ -1507,7 +1507,7 @@ export function AccountCenter() {
|
|||||||
const paymentFeatureReady = paymentReadyForRecovery;
|
const paymentFeatureReady = paymentReadyForRecovery;
|
||||||
const canOpenCheckoutOverlay = Boolean(
|
const canOpenCheckoutOverlay = Boolean(
|
||||||
paymentFeatureReady &&
|
paymentFeatureReady &&
|
||||||
(!isSubscribed || showExpiringSoon || showExpiredReminder),
|
(!isSubscribed || isTrialPlan || showExpiringSoon || showExpiredReminder),
|
||||||
);
|
);
|
||||||
const subscriptionStatusTitle = showExpiredReminder
|
const subscriptionStatusTitle = showExpiredReminder
|
||||||
? isTrialPlan
|
? isTrialPlan
|
||||||
|
|||||||
Reference in New Issue
Block a user