Skip to content

Commit

Permalink
Currency Converter: Fix flags in input boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamkmr04 committed Jun 20, 2024
1 parent f25aa9e commit 7ce5dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/Settings/CurrencyConverter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ export default class CurrencyConverter extends React.Component<
style={{
position:
'absolute',
left: [
right: [
'BTC',
'sats'
].includes(item)
Expand Down

0 comments on commit 7ce5dd0

Please sign in to comment.