This shouldn't be required
This commit is contained in:
parent
5c9d41d96b
commit
c650ace0c0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import Modal from "../../../../Modal";
|
||||||
export default class NewRecoveryMethodDialog extends React.PureComponent {
|
export default class NewRecoveryMethodDialog extends React.PureComponent {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
// As returned by js-sdk getKeyBackupVersion()
|
// As returned by js-sdk getKeyBackupVersion()
|
||||||
newVersionInfo: PropTypes.object.isRequired,
|
newVersionInfo: PropTypes.object,
|
||||||
onFinished: PropTypes.func.isRequired,
|
onFinished: PropTypes.func.isRequired,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue