feat: 쿠폰 등록 후 마이페이지가 새로고침 되도록 수정

This commit is contained in:
Yu Sung
2025-06-10 21:28:11 +09:00
parent ed2928141d
commit 522a177063
5 changed files with 13 additions and 8 deletions

View File

@@ -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)