Skip to content

Commit

Permalink
[Ignore] Undo last commit to trigger CLA checks
Browse files Browse the repository at this point in the history
  • Loading branch information
makiour committed Jul 27, 2023
1 parent 51c1439 commit 0176b1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/iou/steps/MoneyRequestAmountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ 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 0176b1f

Please sign in to comment.