Skip to content

Commit

Permalink
removed unused index var in evidence column of ortholog table
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Dec 18, 2024
1 parent f040d80 commit efcf884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/node/AssociationsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<template #has_evidence="{ row }">
<AppLink
v-for="(source, index) in row.has_evidence_links"
v-for="source in row.has_evidence_links"
:key="source.id"
:to="source.url || ''"
>{{ source.id }}</AppLink
Expand Down

0 comments on commit efcf884

Please sign in to comment.