diff --git a/frontend/components/account/AccountCenter.tsx b/frontend/components/account/AccountCenter.tsx index e26b6540..fd2a0dfd 100644 --- a/frontend/components/account/AccountCenter.tsx +++ b/frontend/components/account/AccountCenter.tsx @@ -1507,7 +1507,7 @@ export function AccountCenter() { const paymentFeatureReady = paymentReadyForRecovery; const canOpenCheckoutOverlay = Boolean( paymentFeatureReady && - (!isSubscribed || showExpiringSoon || showExpiredReminder), + (!isSubscribed || isTrialPlan || showExpiringSoon || showExpiredReminder), ); const subscriptionStatusTitle = showExpiredReminder ? isTrialPlan