Skip to content

Commit

Permalink
chore: fix eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha committed Jan 7, 2024
1 parent e25b36f commit e86116c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/transactions-list/transactions-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="transactions-list">
<template
v-for="item in transactions"
:key="item.id + `render-id-${renderId}`"
:key="`${item.id}-render-id-${renderId}`"
>
<TransactionRecrod :tx="item" />
</template>
Expand Down

0 comments on commit e86116c

Please sign in to comment.