Skip to content

Commit

Permalink
[fix] #154 RemindSplit에서 포킷 저장 시 포킷 저장화면 닫힘 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 6, 2024
1 parent 788e66d commit 58432e3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ private extension RemindSplitFeature {
return .none

// - MARK: 포킷추가및수정
case .포킷추가및수정(.presented(.delegate(.settingSuccess(_)))):
return .send(.포킷추가및수정(.dismiss))
case .포킷추가및수정:
return .none

Expand Down

0 comments on commit 58432e3

Please sign in to comment.