From a9398c25af67c3ee30a4659f1753e4f8f0d51f13 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Wed, 15 May 2024 10:52:41 +0200 Subject: [PATCH] fix #2064 --- IceCubesApp/App/Tabs/Settings/AccountSettingView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceCubesApp/App/Tabs/Settings/AccountSettingView.swift b/IceCubesApp/App/Tabs/Settings/AccountSettingView.swift index b1209004..ecf3d0fc 100644 --- a/IceCubesApp/App/Tabs/Settings/AccountSettingView.swift +++ b/IceCubesApp/App/Tabs/Settings/AccountSettingView.swift @@ -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)