Skip to content

Commit 486d803

Browse files
committed
refactor: path -> route
1 parent fbfd0e1 commit 486d803

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Application/DevLogPresentation/Sources/Profile/ProfileView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ struct ProfileView: View {
9898
}
9999
}
100100
}
101-
.navigationDestination(for: ProfileRoute.self) { path in
102-
switch path {
101+
.navigationDestination(for: ProfileRoute.self) { route in
102+
switch route {
103103
case .settings:
104104
SettingView(viewModel: coordinator.settingViewModel)
105105
.environment(coordinator.router)

0 commit comments

Comments
 (0)