Add missing keys
This commit is contained in:
parent
bcc5d63516
commit
a42e8ae873
@ -132,6 +132,7 @@ export class TokenBalances extends React.Component<TokenBalancesProps, TokenBala
|
|||||||
public render() {
|
public render() {
|
||||||
const errorDialogActions = [
|
const errorDialogActions = [
|
||||||
<FlatButton
|
<FlatButton
|
||||||
|
key="errorOkBtn"
|
||||||
label="Ok"
|
label="Ok"
|
||||||
primary={true}
|
primary={true}
|
||||||
onTouchTap={this.onErrorDialogToggle.bind(this, false)}
|
onTouchTap={this.onErrorDialogToggle.bind(this, false)}
|
||||||
@ -139,6 +140,7 @@ export class TokenBalances extends React.Component<TokenBalancesProps, TokenBala
|
|||||||
];
|
];
|
||||||
const dharmaDialogActions = [
|
const dharmaDialogActions = [
|
||||||
<FlatButton
|
<FlatButton
|
||||||
|
key="dharmaCloseBtn"
|
||||||
label="Close"
|
label="Close"
|
||||||
primary={true}
|
primary={true}
|
||||||
onTouchTap={this.onDharmaDialogToggle.bind(this, false)}
|
onTouchTap={this.onDharmaDialogToggle.bind(this, false)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user