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 ? ( ) : ( 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)}