feat(creator): 타이틀 바 닉네임을 표시한다

This commit is contained in:
Yu Sung
2026-07-03 01:43:16 +09:00
parent 527b499c30
commit 069a8cf5e8
3 changed files with 17 additions and 8 deletions

View File

@@ -78,6 +78,7 @@ struct CreatorChannelView: View {
private func titleBar(backgroundProgress: CGFloat) -> some View {
CreatorChannelTitleBar(
nickname: viewModel.response?.creator.nickname ?? "",
isFollow: viewModel.response?.creator.isFollow ?? false,
isNotify: viewModel.response?.creator.isNotify ?? false,
backgroundProgress: backgroundProgress,