Skip to content

Commit 5335a67

Browse files
authored
Merge pull request #4201 from nextcloud/fix/keyed-children
keyed children of vote-table
2 parents f7d4d5a + fefc94e commit 5335a67

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/VoteTable/VoteTable.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ function isVotable(participant: User, option: Option) {
9696
<StickyDiv
9797
v-show="pollStore.viewMode === 'table-view'"
9898
:id="`option-item-spacer`"
99+
key="option-item-spacer"
99100
class="option-item-spacer"
100101
sticky-top
101102
sticky-left
@@ -105,6 +106,7 @@ function isVotable(participant: User, option: Option) {
105106
<StickyDiv
106107
v-if="pollStore.permissions.seeResults"
107108
v-show="pollStore.viewMode === 'table-view'"
109+
key="counter-spacer"
108110
sticky-left
109111
class="counter-spacer" />
110112

0 commit comments

Comments
 (0)