Skip to content

Commit

Permalink
fix #2064
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed May 15, 2024
1 parent 13d7219 commit a9398c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IceCubesApp/App/Tabs/Settings/AccountSettingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a9398c2

Please sign in to comment.