feat(creator): 타이틀 바 닉네임을 표시한다
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user