Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

fix: duplicated key warning on new wallet page #1294

Merged
merged 4 commits into from
Jun 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/renderer/pages/Wallet/WalletNew.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</li>

<div
:key="address"
:key="`separator-${address}`"
class="WalletNew__wallets__address__separator"
/>
</template>
Expand Down