Skip to content

Commit

Permalink
fix: incorrect typing
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha committed Aug 7, 2024
1 parent aa51ee9 commit 91a8245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/investment-account/investment-account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<span>Cost basis</span>
</div>
</template>
<template v-for="holding in holdings" :key="holding.id">
<template v-for="holding in holdings" :key="holding.accountId">
<template v-if="securitiesRecord[holding.securityId]">
<Button
variant="ghost"
Expand Down

0 comments on commit 91a8245

Please sign in to comment.