diff --git a/platforms/blabsy/client/src/components/chat/chat.tsx b/platforms/blabsy/client/src/components/chat/chat.tsx index bd4789b3d..54a1ab821 100644 --- a/platforms/blabsy/client/src/components/chat/chat.tsx +++ b/platforms/blabsy/client/src/components/chat/chat.tsx @@ -12,11 +12,11 @@ export function Chat(): JSX.Element { return (
{currentChat ? ( -
+
) : ( -
+
)} @@ -27,11 +27,11 @@ export function Chat(): JSX.Element { // On desktop, show both in grid layout return (
-
-
+
+
-
+