From 6ece66a99cea0da2b8ba0e35df7128db80ddbb5d Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 5 Sep 2025 14:15:33 +0900 Subject: [PATCH] =?UTF-8?q?fix(character-detail):=20=EC=83=81=EB=8B=A8=20?= =?UTF-8?q?=ED=88=B4=EB=B0=94=20=EC=A0=9C=EB=AA=A9=EC=9D=84=20=EC=BA=90?= =?UTF-8?q?=EB=A6=AD=ED=84=B0=20=EC=9D=B4=EB=A6=84=20->=20=EC=BA=90?= =?UTF-8?q?=EB=A6=AD=ED=84=B0=20=EC=A0=95=EB=B3=B4=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Chat/Character/Detail/CharacterDetailView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Chat/Character/Detail/CharacterDetailView.swift b/SodaLive/Sources/Chat/Character/Detail/CharacterDetailView.swift index 338ec0a..4af6a6b 100644 --- a/SodaLive/Sources/Chat/Character/Detail/CharacterDetailView.swift +++ b/SodaLive/Sources/Chat/Character/Detail/CharacterDetailView.swift @@ -32,7 +32,7 @@ struct CharacterDetailView: View { var body: some View { BaseView(isLoading: $viewModel.isLoading) { VStack(spacing: 0) { - DetailNavigationBar(title: viewModel.characterDetail?.name ?? "캐릭터 정보") + DetailNavigationBar(title: "캐릭터 정보") tabBar