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,5 +1,6 @@
import React, { Component } from 'react'
import { connect } from 'react-redux'
import PropTypes from 'prop-types'
import { navigate } from '../../../slices/navigation'
@@ -17,6 +18,10 @@ import { hasEncryptionObservable } from '../../../local-storage'
import labels from '../../../i18n/en/settings'
class PasswordSetting extends Component {
static propTypes = {
navigate: PropTypes.func,
restartApp: PropTypes.func,
}
constructor(props) {
super(props)