Skip to content

Commit

Permalink
Merge pull request #2256 from shubhamkmr04/shubham/currency-converter…
Browse files Browse the repository at this point in the history
…-bug

Currency Converter: Fix flags position in input boxes
  • Loading branch information
kaloudis authored Jun 20, 2024
2 parents f25aa9e + 7ce5dd0 commit c733569
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 c733569

Please sign in to comment.