feat(creator): 팬Talk 쓰기 화면을 연결한다
This commit is contained in:
@@ -254,6 +254,9 @@ struct AppStepLayerView: View {
|
||||
case .creatorCommunityModify(let postId, let onSuccess):
|
||||
CreatorCommunityModifyView(postId: postId, onSuccess: onSuccess)
|
||||
|
||||
case .creatorChannelFanTalkWrite(let creatorId, let mode, _, _, let onSuccess):
|
||||
CreatorChannelFanTalkWriteView(creatorId: creatorId, mode: mode, onSuccess: onSuccess)
|
||||
|
||||
case .canCoupon(let refresh):
|
||||
CanCouponView(refresh: refresh)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user