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
+5
View File
@@ -1,4 +1,5 @@
import React, { Component } from 'react'
import PropTypes from 'prop-types'
import Button from '../../common/button'
@@ -8,6 +9,10 @@ import showBackUpReminder from './show-backup-reminder'
import settings from '../../../i18n/en/settings'
export default class CreatePassword extends Component {
static propTypes = {
changeEncryptionAndRestart: PropTypes.func,
}
constructor() {
super()