Skip to content

Commit

Permalink
fix: Avoid using non-primitive value as key
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz authored May 19, 2020
2 parents 2b37420 + 6cde160 commit 2cd503c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/icons-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="content">
<div
v-for="symbol in sprite.symbols"
:key="symbol"
:key="symbol.path"
class="icon-box"
>
<div class="icon-svg">
Expand Down

0 comments on commit 2cd503c

Please sign in to comment.