feat: 쿠폰 등록 후 마이페이지가 새로고침 되도록 수정
This commit is contained in:
@@ -185,8 +185,8 @@ struct ContentView: View {
|
||||
case .creatorCommunityModify(let postId, let onSuccess):
|
||||
CreatorCommunityModifyView(postId: postId, onSuccess: onSuccess)
|
||||
|
||||
case .canCoupon:
|
||||
CanCouponView()
|
||||
case .canCoupon(let refresh):
|
||||
CanCouponView(refresh: refresh)
|
||||
|
||||
case .contentAllByTheme(let themeId):
|
||||
ContentAllByThemeView(themeId: themeId)
|
||||
|
||||
Reference in New Issue
Block a user