Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
This shouldn't be required
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr authored Jan 11, 2019
1 parent 5c9d41d commit c650ace
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Modal from "../../../../Modal";
export default class NewRecoveryMethodDialog extends React.PureComponent {
static propTypes = {
// As returned by js-sdk getKeyBackupVersion()
newVersionInfo: PropTypes.object.isRequired,
newVersionInfo: PropTypes.object,
onFinished: PropTypes.func.isRequired,
}

Expand Down

0 comments on commit c650ace

Please sign in to comment.