We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfd0e1 commit 486d803Copy full SHA for 486d803
1 file changed
Application/DevLogPresentation/Sources/Profile/ProfileView.swift
@@ -98,8 +98,8 @@ struct ProfileView: View {
98
}
99
100
101
- .navigationDestination(for: ProfileRoute.self) { path in
102
- switch path {
+ .navigationDestination(for: ProfileRoute.self) { route in
+ switch route {
103
case .settings:
104
SettingView(viewModel: coordinator.settingViewModel)
105
.environment(coordinator.router)
0 commit comments