mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 03:26:14 +00:00
Add missing keys on insecure wallet checkboxes. (#1112)
This commit is contained in:
parent
be61d804e0
commit
b574c209a6
@ -114,7 +114,7 @@ export class InsecureWalletWarning extends React.Component<Props, State> {
|
||||
|
||||
private makeCheckbox = (checkbox: Checkbox) => {
|
||||
return (
|
||||
<label className="AcknowledgeCheckbox">
|
||||
<label className="AcknowledgeCheckbox" key={checkbox.name}>
|
||||
<input
|
||||
type="checkbox"
|
||||
name={checkbox.name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user