Skip to content
Snippets Groups Projects
Commit 9307215a authored by KDSBrowne's avatar KDSBrowne
Browse files

make chat list element key unique

parent c0c5a87e
No related branches found
No related tags found
No related merge requests found
......@@ -289,7 +289,7 @@ class MessageList extends Component {
}
}}
className={styles.messageListWrapper}
key="chat-list"
key={_.uniqueId('chat-list-')}
data-test="chatMessages"
ref={node => this.messageListWrapper = node}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment