Skip to content

Commit

Permalink
resolve eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahidullah-Muffakir committed Nov 8, 2024
1 parent 81b3cc9 commit b2a10a0
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 && account?.hasPurchases && <RequestEarlyCancellationMenuItem />}
{!!(privateSubscription?.type === CONST.SUBSCRIPTION.TYPE.ANNUAL && account?.hasPurchases) && <RequestEarlyCancellationMenuItem />}
</Section>

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

0 comments on commit b2a10a0

Please sign in to comment.