feat(creator): 답글 상세 경로를 연결한다
This commit is contained in:
@@ -135,6 +135,11 @@ enum AppStep {
|
||||
initialContent: String,
|
||||
onSuccess: () -> Void
|
||||
)
|
||||
|
||||
case creatorChannelReplyDetail(
|
||||
context: CreatorChannelReplyDetailContext,
|
||||
onFanTalkRefresh: (() -> Void)? = nil
|
||||
)
|
||||
|
||||
case canCoupon(refresh: () -> Void)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user