diff --git a/iOS/Settings/SettingsView.swift b/iOS/Settings/SettingsView.swift index cbdfe2910..0c35eddb5 100644 --- a/iOS/Settings/SettingsView.swift +++ b/iOS/Settings/SettingsView.swift @@ -16,6 +16,8 @@ struct SettingsView : View { @Environment(\.viewController) private var viewController: UIViewController? @Environment(\.sceneCoordinator) private var coordinator: SceneCoordinator? + + @State private var accountAction: Int? = nil @State private var isWebsitePresented: Bool = false @State private var website: String? = nil @@ -39,16 +41,14 @@ struct SettingsView : View { } } - @State private var accountAction: Int? = nil - func buildAccountsSection() -> some View { Section(header: Text("ACCOUNTS").padding(.top, 22.0)) { - ForEach(0..