Skip to content

Commit

Permalink
Merge pull request #1470 from guardian/show-singular-cancelled-product
Browse files Browse the repository at this point in the history
Show singular cancelled subscription
  • Loading branch information
rBangay authored Feb 19, 2025
2 parents 81aeb94 + ae88a9e commit 268cb4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/mma/accountoverview/AccountOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ const AccountOverviewPage = ({ isFromApp }: IsFromAppProps) => {

if (
allActiveProductDetails.length === 0 &&
allCancelledProductDetails.length === 0 &&
appSubscriptions.length === 0 &&
singleContributions.length === 0
) {
Expand Down

0 comments on commit 268cb4b

Please sign in to comment.