You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
This shouldn't be required
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user