Skip to content

Commit

Permalink
linter happier
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 19, 2023
1 parent cf1567f commit c63b813
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/components/VariantDetails/ClinVar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ const expand = ref<boolean>(false)
</tr>
</thead>
<tbody>
<tr v-for="assertion of props.clinvar.reference_assertions">
<tr
v-for="assertion of props.clinvar.reference_assertions"
v-bind:key="assertion.rcv"
>
<td>
{{ assertion.title.split('AND')[1] }}
</td>
Expand Down

0 comments on commit c63b813

Please sign in to comment.