fix(main): 팔로잉 빈 섹션을 숨긴다
This commit is contained in:
@@ -61,11 +61,13 @@ struct MainHomeFollowingView: View {
|
||||
} else if let response = viewModel.response {
|
||||
ScrollView(.vertical, showsIndicators: false) {
|
||||
VStack(spacing: 0) {
|
||||
MainHomeFollowingCreatorSection(
|
||||
followingCreators: response.followingCreators,
|
||||
onTapCreator: onTapCreator,
|
||||
onTapAll: onTapFollowingAll
|
||||
)
|
||||
if !response.followingCreators.isEmpty {
|
||||
MainHomeFollowingCreatorSection(
|
||||
followingCreators: response.followingCreators,
|
||||
onTapCreator: onTapCreator,
|
||||
onTapAll: onTapFollowingAll
|
||||
)
|
||||
}
|
||||
|
||||
if !response.onAirLives.isEmpty {
|
||||
MainHomeFollowingLiveSection(
|
||||
|
||||
Reference in New Issue
Block a user