fix(main): 장르 크리에이터 섹션을 숨긴다
This commit is contained in:
@@ -50,18 +50,6 @@ struct MainHomeRecommendationView: View {
|
||||
onTapCharacter: onTapCharacter
|
||||
)
|
||||
|
||||
MainHomeGenreCreatorSection(
|
||||
items: viewModel.recommendations?.genreCreators ?? [],
|
||||
isFollowAllCompleted: viewModel.isFollowAllCompleted,
|
||||
isFollowAllLoading: viewModel.isFollowAllLoading,
|
||||
onTapCreator: onTapCreator,
|
||||
onTapFollowAll: { creatorIds, completionKey in
|
||||
onTapFollowAll {
|
||||
viewModel.followAll(creatorIds: creatorIds, completionKey: completionKey)
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
MainHomeCheerCreatorSection(
|
||||
items: viewModel.recommendations?.cheerCreators ?? [],
|
||||
isFollowAllCompleted: viewModel.isFollowAllCompleted("cheer"),
|
||||
|
||||
Reference in New Issue
Block a user