feat: 쿠폰 등록 후 마이페이지가 새로고침 되도록 수정
This commit is contained in:
@@ -157,7 +157,9 @@ struct MyPageView: View {
|
||||
.frame(width: screenSize().width - 26.7)
|
||||
.padding(.top, 13.3)
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(step: .canCoupon)
|
||||
AppState.shared.setAppStep(step: .canCoupon(refresh: {
|
||||
viewModel.getMypage()
|
||||
}))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user