From 9b2a47e86fb5e042196d8afcafb81da091a95501 Mon Sep 17 00:00:00 2001 From: Aman Ansari Date: Tue, 17 Aug 2021 19:19:18 +0530 Subject: [PATCH] select default/local currency --- src/pages/iou/IOUCurrencySelection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/iou/IOUCurrencySelection.js b/src/pages/iou/IOUCurrencySelection.js index df3d418076b2..36f6bc01b58d 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);