diff --git a/frontend/src/components/ChatWindow.jsx b/frontend/src/components/ChatWindow.jsx index 38a4240..75d7dce 100644 --- a/frontend/src/components/ChatWindow.jsx +++ b/frontend/src/components/ChatWindow.jsx @@ -39,13 +39,15 @@ function GroupAvatarCompositeSm({ memberPreviews }) { const positions = COMPOSITE_LAYOUTS_SM[members.length]; if (!positions) return null; return ( -