Fix duplicte chains (#433)

This commit is contained in:
Maciej Hirsz
2021-11-24 19:32:02 +01:00
committed by GitHub
parent 4d7d2eb2e4
commit 73a4cf29b9
+1 -1
View File
@@ -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)}
>