From 4921677c9e031a4bf8234d880ce4098990bcd694 Mon Sep 17 00:00:00 2001 From: DorraJaouad Date: Mon, 25 Sep 2023 14:54: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 a624e5febe1..4cb4a9e2888 100644 --- a/src/components/LeftSidebar/ConversationsList/Conversation.vue +++ b/src/components/LeftSidebar/ConversationsList/Conversation.vue @@ -21,6 +21,7 @@