fix(creator): 공지 상세 이동을 연결한다

This commit is contained in:
Yu Sung
2026-08-10 15:42:46 +09:00
parent c372d4a522
commit 00c40161c9
5 changed files with 145 additions and 61 deletions

View File

@@ -57,7 +57,10 @@ struct CreatorChannelHomeView: View {
onTapDonate: onTapDonate
)
CreatorChannelNoticeSection(notices: response.notices)
CreatorChannelNoticeSection(
notices: response.notices,
onTapDetail: onTapCommunityDetail
)
CreatorChannelScheduleSection(
schedules: response.schedules,