diff --git a/js/components/ascribe_forms/form_loan.js b/js/components/ascribe_forms/form_loan.js index 07c4b77c..335df648 100644 --- a/js/components/ascribe_forms/form_loan.js +++ b/js/components/ascribe_forms/form_loan.js @@ -41,8 +41,8 @@ let LoanForm = React.createClass({ return { loanHeading: '', showPersonalMessage: true, - showEndDate: false, - showStartDate: false, + showEndDate: true, + showStartDate: true, showPassword: true }; }, @@ -53,7 +53,7 @@ let LoanForm = React.createClass({ componentDidMount() { LoanContractStore.listen(this.onChange); - LoanContractActions.flushLoanContract(); + LoanContractActions.flushLoanContract.defer(); }, componentWillUnmount() {