From 3c49e9424d3adf350bd09c91d8885d13a6d604c1 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sun, 4 Jun 2017 21:21:25 -0400 Subject: [PATCH] Don't disable BankID if Investment account --- js/components/AccountsTab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (