diff --git a/frontend/src/app/chat/[roomId]/ChatBody.tsx b/frontend/src/app/chat/[roomId]/ChatBody.tsx index ee63d59..fc6ff35 100644 --- a/frontend/src/app/chat/[roomId]/ChatBody.tsx +++ b/frontend/src/app/chat/[roomId]/ChatBody.tsx @@ -22,7 +22,7 @@ function Page() { }, []); return ( -
{room?.title}