Skip to content

Commit

Permalink
Merge pull request #10589 from nextcloud/fix/noid/solve-class-glitchi…
Browse files Browse the repository at this point in the history
…ng-in-virtualScroller

Add key prop to NclistItem to re-render conversation with the appropr…
  • Loading branch information
DorraJaouad authored Oct 17, 2023
2 parents 78215c9 + 4921677 commit 6de7100
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 6de7100

Please sign in to comment.