diff --git a/Projects/Feature/MyPage/Interface/Sources/MyPage/MyPageFeature.swift b/Projects/Feature/MyPage/Interface/Sources/MyPage/MyPageFeature.swift index dc26a9cb..e99171dc 100644 --- a/Projects/Feature/MyPage/Interface/Sources/MyPage/MyPageFeature.swift +++ b/Projects/Feature/MyPage/Interface/Sources/MyPage/MyPageFeature.swift @@ -95,6 +95,10 @@ extension MyPageFeature { await send(.withdrawalDidCompleted) } + case .dismissAlert: + state.destination = nil + return .send(.configureLoadingProgressView(isShow: false)) + case .dismissContactsAlert: state.destination = nil return .send(.configureLoadingProgressView(isShow: false))