Skip to content

Commit

Permalink
Add key prop to NclistItem to re-render conversation with the appropr…
Browse files Browse the repository at this point in the history
…iate class

Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
  • Loading branch information
DorraJaouad committed Oct 16, 2023
1 parent 5a09831 commit 4921677
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<template>
<NcListItem ref="listItem"
:key="item.token"
:name="item.displayName"
class="conversation-item"
:class="{'unread-mention-conversation': item.unreadMention}"
Expand Down

0 comments on commit 4921677

Please sign in to comment.