Fixes linter failing

This commit is contained in:
Sofiya Tepikin
2022-08-10 16:17:10 +02:00
parent 77ea075c23
commit 298eeafdba
7 changed files with 20 additions and 3 deletions
+1
View File
@@ -13,6 +13,7 @@ export default class ChangePassword extends Component {
static propTypes = {
onStartChange: PropTypes.func,
onCancelChange: PropTypes.func,
changeEncryptionAndRestart: PropTypes.func,
}
constructor() {