diff --git a/js/components/AccountsTab.js b/js/components/AccountsTab.js index 2b14f66..1da6ed5 100644 --- a/js/components/AccountsTab.js +++ b/js/components/AccountsTab.js @@ -178,7 +178,7 @@ const AddEditAccountModal = React.createClass({ ); } - var bankIdDisabled = (this.state.ofxaccttype == "CC") ? true : false; + var bankIdDisabled = (this.state.type != AccountType.Investment && this.state.ofxaccttype == "CC") ? true : false; return (