Skip to content

Commit

Permalink
Merge pull request #9994 from Expensify/vit-fitDeployBlocker9992
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Mechler authored Jul 19, 2022
2 parents 7541b77 + 0b1f893 commit 01770b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/IOUModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01770b6

Please sign in to comment.