This commit is contained in:
Thomas Ricouard 2024-05-15 10:52:41 +02:00
parent 13d721912b
commit a9398c25af

View file

@ -29,7 +29,7 @@ struct AccountSettingsView: View {
Form { Form {
Section { Section {
Button { Button {
routerPath.presentedSheet = .accountFiltersList routerPath.presentedSheet = .accountEditInfo
} label: { } label: {
Label("account.action.edit-info", systemImage: "pencil") Label("account.action.edit-info", systemImage: "pencil")
.frame(maxWidth: .infinity, alignment: .leading) .frame(maxWidth: .infinity, alignment: .leading)