Skip to content

Commit

Permalink
fix: #197-채팅상대방 이름 채팅창에서 띄우기
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-hunc committed May 15, 2024
1 parent 084312e commit 9f518cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ class _HelperChattingRoomState extends State<HelperChattingRoom> {
resizeToAvoidBottomInset: true,
appBar: AppBar(
scrolledUnderElevation: 0,
title: const Text(
"최지훈",
title: Text(
widget.chatInitModel.author,
),
),
body: Column(
Expand Down

0 comments on commit 9f518cb

Please sign in to comment.