Skip to content

Commit fefc94e

Browse files
committed
keyed children of vote-table
Signed-off-by: dartcafe <github@dartcafe.de>
1 parent 17a3e55 commit fefc94e

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)