Skip to content

Commit

Permalink
fix: πŸ› onboard path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomokisun committed Nov 28, 2023
1 parent 78ce9a4 commit 4532c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/GodPackage/Sources/AppFeature/AppLogic.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public struct AppLogic {
}
Reduce<State, Action> { state, action in
switch action {
case .view(.onboard(.path(.element(_, .howItWorks(.delegate(.start)))))):
case .view(.onboard(.path(.element(_, .inviteFriend(.delegate(.nextScreen)))))):
state.view = .navigation()
return .none
default:
Expand Down

0 comments on commit 4532c9b

Please sign in to comment.