Skip to content

Commit

Permalink
Merge pull request #220 from 0x1-company/membership-dismiss
Browse files Browse the repository at this point in the history
feat: 🎸 membership dismiss
  • Loading branch information
tomokisun authored Jan 20, 2024
2 parents bca7a3f + 13d8c62 commit fbae002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public struct MembershipLogic {

case .destination(.presented(.alert(.confirmOkay))):
state.destination = nil
return .send(.onTask)
return .send(.delegate(.dismiss))

default:
return .none
Expand Down

0 comments on commit fbae002

Please sign in to comment.