Skip to content

Commit 352594f

Browse files
committed
fix: wrong key in v-for loop
1 parent bb227fc commit 352594f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/DownloadAnalytics.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ const config = computed(() => {
829829
<!-- TODO: a11y -->
830830
<button
831831
v-for="datapoint in legend"
832-
:key="legend.id"
832+
:key="datapoint"
833833
class="flex gap-1 place-items-center"
834834
@click="datapoint.segregate()"
835835
>

0 commit comments

Comments
 (0)