Skip to content

Commit 2fff8e9

Browse files
chore: clean up types
1 parent ebf3404 commit 2fff8e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/UI/Bridge/Views/BatchSellTokenSelect/BatchSellTokenRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export function BatchSellTokenRow({
131131
networkImageSource,
132132
onTokenPress,
133133
}: BatchSellTokenRowProps) {
134-
const chainId = formatChainIdToHex(token.chainId) as Hex;
134+
const chainId = formatChainIdToHex(token.chainId);
135135
const isNative = isNativeAddress(token.address);
136136
const tokenMarketData = useSelector(selectTokenMarketData);
137137
const currencyRates = useSelector(selectCurrencyRates);

0 commit comments

Comments
 (0)