diff --git a/src/pages/settings/Subscription/CardSection/CardSection.tsx b/src/pages/settings/Subscription/CardSection/CardSection.tsx
index bc074793d837..bf0fdcbb6da3 100644
--- a/src/pages/settings/Subscription/CardSection/CardSection.tsx
+++ b/src/pages/settings/Subscription/CardSection/CardSection.tsx
@@ -195,7 +195,7 @@ function CardSection() {
/>
)}
- {privateSubscription?.type === CONST.SUBSCRIPTION.TYPE.ANNUAL && }
+ {!!(privateSubscription?.type === CONST.SUBSCRIPTION.TYPE.ANNUAL && account?.hasPurchases) && }
{!!account?.isEligibleForRefund && (