Skip to content

Commit 96d992b

Browse files
committed
fix: use id as key
1 parent e7a03c1 commit 96d992b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Compare/FacetScatterChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ onMounted(async () => {
395395
: 'text-sm leading-6'
396396
"
397397
>
398-
<li v-for="legendItem in legend" :key="legendItem.name">
398+
<li v-for="legendItem in legend" :key="legendItem.id">
399399
<button
400400
:aria-pressed="legendItem.isSegregated"
401401
:aria-label="legendItem.name"

0 commit comments

Comments
 (0)