feat(creator): 커뮤니티 좋아요를 연결한다

This commit is contained in:
Yu Sung
2026-07-03 16:10:10 +09:00
parent aa735b7053
commit 884952db5a
3 changed files with 28 additions and 3 deletions

View File

@@ -160,7 +160,8 @@ struct CreatorChannelView: View {
onTapContent: showContentDetail,
onTapDonate: showDonationDialog,
onTapSchedule: handleScheduleTap,
onTapSeries: showSeriesDetail
onTapSeries: showSeriesDetail,
onTapCommunityLike: viewModel.likeCommunityPost
)
} else {
CreatorChannelPlaceholderTabView(title: viewModel.selectedTab.title)