mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
fix issue with perk ordering
This commit is contained in:
parent
4b90f873d5
commit
a08ee93b43
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@
|
|||
:loading="loading"
|
||||
:in-modal="inModal">
|
||||
</perk>
|
||||
<perk v-for="(perk, index) in perks" :perk="perk"
|
||||
<perk v-for="(perk, index) in perks" :perk="perk" :key="perk.id"
|
||||
:target-currency="targetCurrency"
|
||||
:active="active"
|
||||
:display-perks-ranking="displayPerksRanking"
|
||||
|
|
Loading…
Add table
Reference in a new issue