Skip to content

Commit

Permalink
fix: Show expired subscriptions if nonEmpty (#4707)
Browse files Browse the repository at this point in the history
  • Loading branch information
facumenzella authored Jan 27, 2025
1 parent ab62be6 commit f2fe853
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ struct PurchaseHistoryView: View {
.buttonStyle(.plain)
}
}
}

if !viewModel.inactiveSubscriptions.isEmpty {
Section(header: Text(
localization[.expiredSubscriptions]
)) {
Expand Down

0 comments on commit f2fe853

Please sign in to comment.