Prettify files before other changes

Prettify
This commit is contained in:
Sofiya Tepikin
2022-08-10 13:54:22 +02:00
parent e954ddf991
commit d9a1cd7895
5 changed files with 35 additions and 51 deletions
+2 -3
View File
@@ -23,7 +23,7 @@ export default class CreatePassword extends Component {
showBackUpReminder(this.toggleSettingPassword, () => {})
}
render () {
render() {
const { isSettingPassword } = this.state
const labels = settings.passwordSettings
@@ -36,6 +36,5 @@ export default class CreatePassword extends Component {
} else {
return <EnterNewPassword />
}
}
}
}