mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 14:40:47 +01:00
fix: enforce unique key in v-for
This commit is contained in:
parent
08be621529
commit
a2d35f65c9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
<div
|
||||
class="col-xs-12 col-md-6 col-lg-4"
|
||||
v-for="extension in filteredExtensions"
|
||||
:key="extension.id"
|
||||
:key="extension.id + extension.hash"
|
||||
>
|
||||
<q-card>
|
||||
<q-card-section>
|
||||
|
|
Loading…
Add table
Reference in a new issue