diff --git a/src/app/message/chat/[roomId]/ChatRoomPage.tsx b/src/app/message/chat/[roomId]/ChatRoomPage.tsx index 2ca35d29..64931a6d 100644 --- a/src/app/message/chat/[roomId]/ChatRoomPage.tsx +++ b/src/app/message/chat/[roomId]/ChatRoomPage.tsx @@ -96,7 +96,7 @@ const ChatRoomPage = ({ accessToken, roomId, userId }: IProps) => { } return ( -
| Following | 기본 팔로잉 카드 |
- |
| Message | 읽지 않은 메시지 없음 |
- |
| Message | 읽지 않은 메시지 1개 |
- |
| Message | 읽지 않은 메시지 10개 |
- |
| Message | 읽지 않은 메시지 99개 이상 |
- |