diff --git a/src/pages/iou/IOUModal.js b/src/pages/iou/IOUModal.js index 52757c433d2..98988f7a5ba 100755 --- a/src/pages/iou/IOUModal.js +++ b/src/pages/iou/IOUModal.js @@ -150,7 +150,7 @@ class IOUModal extends Component { componentDidUpdate(prevProps) { if (prevProps.network.isOffline && !this.props.network.isOffline) { - this.fetchData(); + PersonalDetails.openIOUModalPage(); } // Successfully close the modal if transaction creation has ended and there is no error