fix(character-detail): 상단 툴바 제목을 캐릭터 이름 -> 캐릭터 정보로 수정
This commit is contained in:
@@ -32,7 +32,7 @@ struct CharacterDetailView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
BaseView(isLoading: $viewModel.isLoading) {
|
BaseView(isLoading: $viewModel.isLoading) {
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
DetailNavigationBar(title: viewModel.characterDetail?.name ?? "캐릭터 정보")
|
DetailNavigationBar(title: "캐릭터 정보")
|
||||||
|
|
||||||
tabBar
|
tabBar
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user