fix(creator): 공지 상세 이동을 연결한다
This commit is contained in:
@@ -57,7 +57,10 @@ struct CreatorChannelHomeView: View {
|
||||
onTapDonate: onTapDonate
|
||||
)
|
||||
|
||||
CreatorChannelNoticeSection(notices: response.notices)
|
||||
CreatorChannelNoticeSection(
|
||||
notices: response.notices,
|
||||
onTapDetail: onTapCommunityDetail
|
||||
)
|
||||
|
||||
CreatorChannelScheduleSection(
|
||||
schedules: response.schedules,
|
||||
|
||||
Reference in New Issue
Block a user