Fixes linter failing

This commit is contained in:
Sofiya Tepikin
2022-08-15 17:52:42 +02:00
parent e9bf86006e
commit 55fd07b256
6 changed files with 17 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ export default class DeletePassword extends Component {
static propTypes = {
onStartDelete: PropTypes.func,
onCancelDelete: PropTypes.func,
changeEncryptionAndRestart: PropTypes.func,
}
constructor() {