fix(creator): 선택 탭을 가운데 정렬한다

This commit is contained in:
Yu Sung
2026-07-05 23:12:38 +09:00
parent f3b7d01a3f
commit 3ee2316507
2 changed files with 26 additions and 18 deletions

View File

@@ -313,7 +313,7 @@ struct CreatorChannelView: View {
onTapCommunityLike: viewModel.likeCommunityPost
)
} else {
CreatorChannelPlaceholderTabView(title: viewModel.selectedTab.title)
EmptyView()
}
}