We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d7219 commit a9398c2Copy full SHA for a9398c2
IceCubesApp/App/Tabs/Settings/AccountSettingView.swift
@@ -29,7 +29,7 @@ struct AccountSettingsView: View {
29
Form {
30
Section {
31
Button {
32
- routerPath.presentedSheet = .accountFiltersList
+ routerPath.presentedSheet = .accountEditInfo
33
} label: {
34
Label("account.action.edit-info", systemImage: "pencil")
35
.frame(maxWidth: .infinity, alignment: .leading)
0 commit comments