Browse Source

lint fix

master
Anastasia Poupeney 7 years ago
parent
commit
ae326792a4
  1. 4
      src/components/IsUnlocked.js

4
src/components/IsUnlocked.js

@ -138,13 +138,11 @@ class IsUnlocked extends Component<Props, State> {
this.setState({ isHardResetting: false }) this.setState({ isHardResetting: false })
} }
} }
hardResetIconRender = () => { hardResetIconRender = () => (
return (
<IconWrapperCircle color="alertRed"> <IconWrapperCircle color="alertRed">
<IconTriangleWarning width={23} height={21} /> <IconTriangleWarning width={23} height={21} />
</IconWrapperCircle> </IconWrapperCircle>
) )
}
render() { render() {
const { inputValue, incorrectPassword, isHardResetting, isHardResetModalOpened } = this.state const { inputValue, incorrectPassword, isHardResetting, isHardResetModalOpened } = this.state
const { isLocked, t } = this.props const { isLocked, t } = this.props

Loading…
Cancel
Save