Skip to content

Commit

Permalink
Merge pull request Expensify#19002 from dhairyasenjaliya/currencyOpti…
Browse files Browse the repository at this point in the history
…onSeprator

Feat: Adding border Separator to currency selection Page
  • Loading branch information
grgia authored May 16, 2023
2 parents ca11ac9 + 0763bbd commit 638083d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/iou/IOUCurrencySelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class IOUCurrencySelection extends Component {
_.find(this.state.currencyData, (currency) => currency.currencyCode === this.props.iou.selectedCurrencyCode),
'keyForList',
)}
shouldHaveOptionSeparator
/>
</>
)}
Expand Down

0 comments on commit 638083d

Please sign in to comment.