Skip to content

Commit

Permalink
Merge pull request #52282 from Shahidullah-Muffakir/fix/51892
Browse files Browse the repository at this point in the history
  • Loading branch information
blimpich authored Nov 11, 2024
2 parents 286743d + b2a10a0 commit 843ea3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function CardSection() {
/>
)}

{privateSubscription?.type === CONST.SUBSCRIPTION.TYPE.ANNUAL && <RequestEarlyCancellationMenuItem />}
{!!(privateSubscription?.type === CONST.SUBSCRIPTION.TYPE.ANNUAL && account?.hasPurchases) && <RequestEarlyCancellationMenuItem />}
</Section>

{!!account?.isEligibleForRefund && (
Expand Down

0 comments on commit 843ea3d

Please sign in to comment.