mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-09 19:11:01 +00:00
Fix duplicte chains (#433)
This commit is contained in:
@@ -93,7 +93,7 @@ export class Chains extends React.Component<Chains.Props, {}> {
|
||||
|
||||
return (
|
||||
<a
|
||||
key={label}
|
||||
key={genesisHash}
|
||||
className={className}
|
||||
onClick={this.subscribe.bind(this, genesisHash)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user