From 16e507ac83ad41d98e74ce139df977d94ec91d8b Mon Sep 17 00:00:00 2001 From: DorraJaouad Date: Thu, 26 Oct 2023 15:20:52 +0200 Subject: [PATCH] Add key prop to NclistItem to re-render conversation with the appropriate class Signed-off-by: DorraJaouad --- src/components/LeftSidebar/ConversationsList/Conversation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/LeftSidebar/ConversationsList/Conversation.vue b/src/components/LeftSidebar/ConversationsList/Conversation.vue index 89cc2ee294c..8df57dde8da 100644 --- a/src/components/LeftSidebar/ConversationsList/Conversation.vue +++ b/src/components/LeftSidebar/ConversationsList/Conversation.vue @@ -21,6 +21,7 @@