diff --git a/src/components/SettingsPage/Profile.js b/src/components/SettingsPage/Profile.js index 6591e401..41e97c18 100644 --- a/src/components/SettingsPage/Profile.js +++ b/src/components/SettingsPage/Profile.js @@ -15,6 +15,7 @@ import { unlock } from 'reducers/application' import Box, { Card } from 'components/base/Box' import Input from 'components/base/Input' +import CheckBox from 'components/base/CheckBox' import Button from 'components/base/Button' import Label from 'components/base/Label' @@ -80,17 +81,21 @@ class TabProfile extends PureComponent { render() { const { inputValue } = this.state + + const isPasswordChecked = get(inputValue, 'password.state', false) return (
{get(inputValue, 'password.state') === true && (