feat(home): 최근 데뷔 크리에이터 섹션을 연결한다
This commit is contained in:
@@ -37,6 +37,11 @@ struct MainHomeRecommendationView: View {
|
||||
onTapContent: onTapContent,
|
||||
onTapCommunity: onTapCommunity
|
||||
)
|
||||
|
||||
MainHomeRecentDebutCreatorSection(
|
||||
items: viewModel.recommendations?.recentDebutCreators ?? [],
|
||||
onTapCreator: onTapCreator
|
||||
)
|
||||
}
|
||||
.padding(.vertical, SodaSpacing.s20)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user