Skip to content

Commit e096bb6

Browse files
committed
fix lint
1 parent 3a3e6b0 commit e096bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/settings/routes/system/components/ChangeEmailForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class ChangeEmailForm extends React.Component {
9696
}
9797

9898
render() {
99-
const { settings, checkingEmail, checkedEmail, isEmailAvailable, isEmailChanging, emailSubmitted, isCustomer } = this.props
99+
const { settings, checkingEmail, checkedEmail, isEmailAvailable, isEmailChanging, emailSubmitted/*, isCustomer */ } = this.props
100100
const { currentEmail, isValid, isFocused } = this.state
101101
const currentEmailAvailable = checkedEmail === currentEmail && isEmailAvailable
102102
const isCheckingCurrentEmail = checkingEmail === currentEmail

0 commit comments

Comments
 (0)