mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add isRequired flag to MobileSyncPage props (#7544)
This commit is contained in:
parent
ec938686a9
commit
50c5365933
@ -20,11 +20,11 @@ export default class MobileSyncPage extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
history: PropTypes.object,
|
history: PropTypes.object.isRequired,
|
||||||
selectedAddress: PropTypes.string,
|
selectedAddress: PropTypes.string.isRequired,
|
||||||
displayWarning: PropTypes.func,
|
displayWarning: PropTypes.func.isRequired,
|
||||||
fetchInfoToSync: PropTypes.func,
|
fetchInfoToSync: PropTypes.func.isRequired,
|
||||||
requestRevealSeedWords: PropTypes.func,
|
requestRevealSeedWords: PropTypes.func.isRequired,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user