Skip to content

Commit

Permalink
select default/local currency
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-atg committed Aug 17, 2021
1 parent 2f9aa32 commit 9b2a47e
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 9b2a47e

Please sign in to comment.