Skip to content

Commit a5011af

Browse files
committed
Fix notEnoughBalance
1 parent 7681650 commit a5011af

File tree

1 file changed

+0
-1
lines changed
  • packages/thirdweb/src/react/web/ui/Bridge/swap-widget

1 file changed

+0
-1
lines changed

packages/thirdweb/src/react/web/ui/Bridge/swap-widget/swap-ui.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ function SwapUIBase(
361361
});
362362

363363
const notEnoughBalance = !!(
364-
props.amountSelection.type === "sell" &&
365364
sellTokenBalanceQuery.data?.value &&
366365
sellTokenWithPrices?.decimals &&
367366
props.amountSelection.amount &&

0 commit comments

Comments
 (0)