diff --git a/src/components/UtilityAccount/index.js b/src/components/UtilityAccount/index.js index 7eff0fc9baa5e7a566a8df58e44dae3a0d434062..e6e9bf6e7864c799949efb22bf790408f203e740 100644 --- a/src/components/UtilityAccount/index.js +++ b/src/components/UtilityAccount/index.js @@ -229,6 +229,11 @@ class UtilityAccount extends Component { this.state.form.account_number && this.state.form.username && this.state.form.password ); } + if (this.state.form.utility.startsWith('con_edison_detail')) { + isDisabled = !( + this.state.form.username && this.state.form.password + ); + } isDisabled = isDisabled || this.isAccountNumberLong(); return (