Skip to content

Commit a2a18db

Browse files
Alexander MechlerOSBotify
Alexander Mechler
authored andcommitted
Merge pull request #9994 from Expensify/vit-fitDeployBlocker9992
(cherry picked from commit 01770b6)
1 parent f5317d0 commit a2a18db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/iou/IOUModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class IOUModal extends Component {
150150

151151
componentDidUpdate(prevProps) {
152152
if (prevProps.network.isOffline && !this.props.network.isOffline) {
153-
this.fetchData();
153+
PersonalDetails.openIOUModalPage();
154154
}
155155

156156
// Successfully close the modal if transaction creation has ended and there is no error

0 commit comments

Comments
 (0)