We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72e10c commit 8eaeb15Copy full SHA for 8eaeb15
1 file changed
app/components/UI/Trending/components/TrendingTokenRowItem/TrendingTokenRowItem.tsx
@@ -137,7 +137,7 @@ const TrendingTokenRowItem = ({
137
testIdInstanceKey,
138
}: TrendingTokenRowItemProps) => {
139
const { styles } = useStyles(styleSheet, {});
140
- const currentCurrency = useSelector(selectCurrentCurrency) || 'USD';
+ const currentCurrency = useSelector(selectCurrentCurrency) || 'usd';
141
142
const caipChainId = useMemo(
143
() => getCaipChainIdFromAssetId(token.assetId),
0 commit comments