mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 08:20:59 +00:00
fix #2064
This commit is contained in:
parent
13d721912b
commit
a9398c25af
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ struct AccountSettingsView: View {
|
|||
Form {
|
||||
Section {
|
||||
Button {
|
||||
routerPath.presentedSheet = .accountFiltersList
|
||||
routerPath.presentedSheet = .accountEditInfo
|
||||
} label: {
|
||||
Label("account.action.edit-info", systemImage: "pencil")
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
|
|
Loading…
Reference in a new issue