From 0b1f893eb38e0349033bbbd02cb5d3e6723d275d Mon Sep 17 00:00:00 2001 From: Vit Horacek Date: Tue, 19 Jul 2022 16:13:31 +0100 Subject: [PATCH] Remove unused method --- src/pages/iou/IOUModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/iou/IOUModal.js b/src/pages/iou/IOUModal.js index 52757c433d28..98988f7a5ba3 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