Skip to content

Commit

Permalink
fix audits page
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehor Podporinov authored and Yehor Podporinov committed Sep 17, 2023
1 parent 3820d8a commit a59bc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/audits.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="audits-page__list">
<audits-card
v-for="(audit, idx) in audits"
:key="`${audit.title}-${idx}`"
:key="idx"
:audit="audit"
/>
</div>
Expand Down

0 comments on commit a59bc41

Please sign in to comment.