Skip to content

Commit

Permalink
[Ignore] Trigger CLA check
Browse files Browse the repository at this point in the history
  • Loading branch information
makiour committed Jul 26, 2023
1 parent 713cf0b commit 51c1439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/iou/steps/MoneyRequestAmountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ function MoneyRequestAmountPage(props) {
setSelectedCurrencyCode(props.route.params.currency);
return;
}

setSelectedCurrencyCode(props.iou.currency);
}, [props.route.params.currency, props.iou.currency]);

Expand Down

0 comments on commit 51c1439

Please sign in to comment.