diff --git a/src/page/Meeting/ChatSmallWindow/index.tsx b/src/page/Meeting/ChatSmallWindow/index.tsx index 3848677..329dff1 100644 --- a/src/page/Meeting/ChatSmallWindow/index.tsx +++ b/src/page/Meeting/ChatSmallWindow/index.tsx @@ -36,8 +36,8 @@ const ChatSmallWindow: React.FC = () => { <>
- {chatLists.map((item: any) => -
+ {chatLists.map((item: any, index: number) => +
{item.userName}: {item.message}