diff --git a/src/pages/iou/IOUCurrencySelection.js b/src/pages/iou/IOUCurrencySelection.js index 8976216fcde2..f0cccb2b4627 100644 --- a/src/pages/iou/IOUCurrencySelection.js +++ b/src/pages/iou/IOUCurrencySelection.js @@ -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);