Skip to content

Commit

Permalink
remove whitespace, add signing
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceAltman committed Feb 8, 2024
1 parent 414e99d commit ffba9e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/CurrencySymbolButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function CurrencySymbolButton({ onCurrencyButtonPress, currencySymbol }: Currenc
const { translate } = useLocalize();
const styles = useThemeStyles();
const theme = useTheme();

return (
<Tooltip text={translate('common.selectCurrency')}>
<PressableWithoutFeedback
Expand Down

0 comments on commit ffba9e6

Please sign in to comment.