diff --git a/web-chat/src/ChatList.tsx b/web-chat/src/ChatList.tsx index 76fee78..7be50c4 100644 --- a/web-chat/src/ChatList.tsx +++ b/web-chat/src/ChatList.tsx @@ -16,12 +16,10 @@ export default function ChatList(props: Props) { const renderedMessages = props.messages.map((message) => (