From 7120cc02a7ad4b815260405830468e46fe6c5a30 Mon Sep 17 00:00:00 2001 From: JitHoon Date: Fri, 17 Nov 2023 10:09:46 +0900 Subject: [PATCH] =?UTF-8?q?Faet:=20=ED=97=A4=EB=8D=94=20fixed=20=EB=94=94?= =?UTF-8?q?=EC=9E=90=EC=9D=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Components/Chat/ChatHeader.tsx | 2 +- Components/Chat/RenderChats.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Components/Chat/ChatHeader.tsx b/Components/Chat/ChatHeader.tsx index fd8664b..9d29e55 100644 --- a/Components/Chat/ChatHeader.tsx +++ b/Components/Chat/ChatHeader.tsx @@ -34,7 +34,7 @@ const ChatHeader = ({ }; return ( -
+
뒤로 가기 +
    {messages.map((message, index) => { const myUser = chatUsers.find((user) => user.id === message.userId);