From e4c001d901fa5d2e2fdf7a0581c1f5b8606b6c8d Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Fri, 2 Sep 2022 14:14:28 +1000 Subject: [PATCH] fix: unique key in message list --- web-chat/src/ChatList.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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) => (