Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #446 from AsbertMa/master
Browse files Browse the repository at this point in the history
bug fixed
  • Loading branch information
qianbin authored Nov 3, 2020
2 parents 16c7d32 + 563bce9 commit ac27a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/launcher/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<v-list two-line class="card-border" style="border-radius:2px;">
<template v-for="(node,i) in nodes">
<v-divider :key="i+'d'" v-if="i>0" />
<v-list-tile :key="i">
<v-list-tile :key="node.id || node.genesis.id">
<v-list-tile-action>
<v-radio color="primary" :value="node"></v-radio>
</v-list-tile-action>
Expand Down

0 comments on commit ac27a5a

Please sign in to comment.