Skip to content

Commit a9398c2

Browse files
committed
fix #2064
1 parent 13d7219 commit a9398c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IceCubesApp/App/Tabs/Settings/AccountSettingView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct AccountSettingsView: View {
2929
Form {
3030
Section {
3131
Button {
32-
routerPath.presentedSheet = .accountFiltersList
32+
routerPath.presentedSheet = .accountEditInfo
3333
} label: {
3434
Label("account.action.edit-info", systemImage: "pencil")
3535
.frame(maxWidth: .infinity, alignment: .leading)

0 commit comments

Comments
 (0)