Skip to content

Commit

Permalink
Fix build server error
Browse files Browse the repository at this point in the history
  • Loading branch information
whattherestimefor committed Nov 5, 2024
1 parent 514e58f commit fd365b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mastodon/Scene/Donation/DonationViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ struct DonationView: View {
_ campaign: DonationCampaignViewModel,
completion: @escaping (URL) -> Void
) {
self.completion = completion
self.campaign = campaign
selectedFrequency = campaign.defaultFrequency
selectedCurrency = campaign.defaultCurrency
selectedAmount = campaign.defaultAmount
self.completion = completion
}

var body: some View {
Expand Down

0 comments on commit fd365b8

Please sign in to comment.