feat(creator): 팔로워 목록 이동을 연결한다
This commit is contained in:
@@ -237,6 +237,11 @@ struct CreatorChannelView: View {
|
||||
CreatorChannelHeaderSection(
|
||||
creator: creator,
|
||||
isOwnCreatorChannel: isOwnCreatorChannel,
|
||||
onTapFollowerCount: {
|
||||
if isOwnCreatorChannel {
|
||||
AppState.shared.setAppStep(step: .followerList(userId: creator.creatorId))
|
||||
}
|
||||
},
|
||||
onTapTalk: handleTalkTap,
|
||||
onTapDm: handleDmTap
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user