Skip to content

Commit

Permalink
Merge pull request #9994 from Expensify/vit-fitDeployBlocker9992
Browse files Browse the repository at this point in the history
(cherry picked from commit 01770b6)
  • Loading branch information
Alexander Mechler authored and OSBotify committed Jul 19, 2022
1 parent f5317d0 commit a2a18db
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 a2a18db

Please sign in to comment.