Skip to content

Commit

Permalink
Paywalls Tester: fix macOS build (#3341)
Browse files Browse the repository at this point in the history
I broke this on #3339.
  • Loading branch information
NachoSoto authored Oct 25, 2023
1 parent e2f7233 commit 9dc1371
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ struct OfferingsList: View {
if let paywall = offering.paywall {
#if targetEnvironment(macCatalyst)
NavigationLink(
destination: PaywallPresenter(selectedMode: self.$selectedMode,
selectedOffering: self.$selectedOffering),
destination: PaywallPresenter(offering: offering,
mode: self.selectedMode),
tag: offering,
selection: self.$selectedOffering
) {
Expand Down

0 comments on commit 9dc1371

Please sign in to comment.