Skip to content

Commit

Permalink
Merge pull request #4691 from aman-atg/fix-iouCurrencySelection
Browse files Browse the repository at this point in the history
select default/local currency
  • Loading branch information
Beamanator authored Aug 19, 2021
2 parents 064e582 + 9b2a47e commit 083405a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/IOUCurrencySelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class IOUCurrencySelection extends Component {
this.state = {
searchValue: '',
currencyData: currencyOptions,
toggledCurrencyCode: '',
toggledCurrencyCode: this.props.myPersonalDetails.localCurrencyCode,
};
this.getCurrencyOptions = this.getCurrencyOptions.bind(this);
this.toggleOption = this.toggleOption.bind(this);
Expand Down

0 comments on commit 083405a

Please sign in to comment.