missing key in Inspect.vue

feat/vaults
Tomáš Mládek 2021-03-18 22:15:35 +01:00
parent 2a8c379ded
commit c6283b5bc1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<th>Entities</th>
<th>Attribute names</th>
</tr>
<tr v-for="[id, entry] in backlinks">
<tr v-for="[id, entry] in backlinks" :key="id">
<td>
<Address link :address="entry.entity"/>
</td>