mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 05:29:24 -04:00
Don't disable BankID if Investment account
This commit is contained in:
@ -178,7 +178,7 @@ const AddEditAccountModal = React.createClass({
|
||||
</FormGroup>
|
||||
);
|
||||
}
|
||||
var bankIdDisabled = (this.state.ofxaccttype == "CC") ? true : false;
|
||||
var bankIdDisabled = (this.state.type != AccountType.Investment && this.state.ofxaccttype == "CC") ? true : false;
|
||||
return (
|
||||
<Modal show={this.props.show} onHide={this.handleCancel}>
|
||||
<Modal.Header closeButton>
|
||||
|
Reference in New Issue
Block a user