From 0dffc5cecfc8ddf84a97e3d63521cabca360be26 Mon Sep 17 00:00:00 2001 From: manNomi Date: Tue, 2 Jun 2026 14:59:13 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=EB=A9=98=ED=86=A0=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=20=ED=95=98=EB=8B=A8=20=EC=97=AC=EB=B0=B1=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/mentor/_ui/MentorClient/_ui/MentorFindSection/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/mentor/_ui/MentorClient/_ui/MentorFindSection/index.tsx b/apps/web/src/app/mentor/_ui/MentorClient/_ui/MentorFindSection/index.tsx index 6c088805..ec91d6e0 100644 --- a/apps/web/src/app/mentor/_ui/MentorClient/_ui/MentorFindSection/index.tsx +++ b/apps/web/src/app/mentor/_ui/MentorClient/_ui/MentorFindSection/index.tsx @@ -43,7 +43,7 @@ const MentorFindSection = () => { {/* 멘토 리스트 */} -
+
{mentorList.length === 0 ? ( ) : ( From 1ae8928fd2297077243390759cf038a82ff9b704 Mon Sep 17 00:00:00 2001 From: manNomi Date: Tue, 2 Jun 2026 15:13:16 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EC=B1=84=ED=8C=85=20=EB=82=A0?= =?UTF-8?q?=EC=A7=9C=20=EA=B5=AC=EB=B6=84=EC=84=A0=20=EC=83=89=EC=83=81=20?= =?UTF-8?q?=EB=B0=98=EC=A0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/app/mentor/chat/[chatId]/_ui/ChatContent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/mentor/chat/[chatId]/_ui/ChatContent/index.tsx b/apps/web/src/app/mentor/chat/[chatId]/_ui/ChatContent/index.tsx index 83475a2b..50353ca0 100644 --- a/apps/web/src/app/mentor/chat/[chatId]/_ui/ChatContent/index.tsx +++ b/apps/web/src/app/mentor/chat/[chatId]/_ui/ChatContent/index.tsx @@ -155,7 +155,7 @@ const ChatContent = ({ chatId }: ChatContentProps) => { {/* 날짜 구분선 */} {showDateSeparator && (
- + {formatDateSeparator(message.createdAt)}