mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 14:31:09 +02:00
This shouldn't be required
This commit is contained in:
parent
5c9d41d96b
commit
c650ace0c0
@ -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…
x
Reference in New Issue
Block a user