Skip to content

Commit

Permalink
feat: 문답 이후 상태 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhyungyu authored and JongHoooon committed Nov 9, 2024
1 parent 5f3d552 commit 032b7d9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ extension BottleStorageFeature {

switch delegate {
case .backButtonDidTapped:
state.path.removeLast()
return .none
return popToRootAndReload(state: &state)
case .reportButtonDidTapped(let userReportProfile):
state.path.append(.report(ReportUserFeature.State(userProfile: userReportProfile)))
return .none
Expand Down

0 comments on commit 032b7d9

Please sign in to comment.