aboutsummaryrefslogtreecommitdiff
path: root/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-11-13 07:05:32 +0100
committerMarc Stibane <marc@taler.net>2023-11-13 07:05:32 +0100
commited0c4f356a183fe84ac28364942448c384068a44 (patch)
treea8cf3b8983dadeb055876114bfc27ea355934cf8 /TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
parentfe4794182586d660132fcec7d66d83cb8a2027ab (diff)
downloadtaler-ios-ed0c4f356a183fe84ac28364942448c384068a44.tar.gz
taler-ios-ed0c4f356a183fe84ac28364942448c384068a44.tar.bz2
taler-ios-ed0c4f356a183fe84ac28364942448c384068a44.zip
Cleanup property wrappers
Diffstat (limited to 'TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift')
-rw-r--r--TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
index 0799c6c..048351d 100644
--- a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
+++ b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
@@ -14,8 +14,8 @@ struct WithdrawAcceptDone: View {
let exchangeBaseUrl: String?
let url: URL
- @EnvironmentObject private var model: WalletModel
@EnvironmentObject private var controller: Controller
+ @EnvironmentObject private var model: WalletModel
@State private var transactionId: String? = nil