diff --git a/src/views/LoanDetails/LoanProxyDetails.js b/src/views/LoanDetails/LoanProxyDetails.js index de6c20bff..1794c7865 100644 --- a/src/views/LoanDetails/LoanProxyDetails.js +++ b/src/views/LoanDetails/LoanProxyDetails.js @@ -34,6 +34,7 @@ class LoanProxyDetails extends React.Component { componentDidMount() { if (this.props.id) { + this.props.mutator.proxy.reset(); this.props.mutator.proxy.GET() .catch(() => { this.props.showErrorCallout('ui-users.errors.proxyBorrowerNotFound');