Skip to content

Commit

Permalink
fix(Participant): re-render component in VirtualScroller
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Oct 1, 2024
1 parent 016ffdf commit c9525b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/RightSidebar/Participants/Participant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
-->

<template>
<NcListItem :name="computedName"
<NcListItem :key="participantNavigationId"
:name="computedName"
:data-nav-id="participantNavigationId"
class="participant"
:class="{ 'participant--offline': isOffline }"
Expand Down

0 comments on commit c9525b8

Please sign in to comment.