Skip to content

Commit 8eaeb15

Browse files
committed
fix: fix
1 parent a72e10c commit 8eaeb15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/UI/Trending/components/TrendingTokenRowItem/TrendingTokenRowItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const TrendingTokenRowItem = ({
137137
testIdInstanceKey,
138138
}: TrendingTokenRowItemProps) => {
139139
const { styles } = useStyles(styleSheet, {});
140-
const currentCurrency = useSelector(selectCurrentCurrency) || 'USD';
140+
const currentCurrency = useSelector(selectCurrentCurrency) || 'usd';
141141

142142
const caipChainId = useMemo(
143143
() => getCaipChainIdFromAssetId(token.assetId),

0 commit comments

Comments
 (0)