Skip to content

Commit

Permalink
chore: pricing details
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Yogi committed Oct 1, 2024
1 parent 67b51c3 commit 98b7ae9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const PricingAndSlippage = memo(function PricingAndSlippage({
const isWrapping = useIsWrapping()
const [onPresentSettingsModal] = useModal(<SettingsModal mode={SettingsMode.SWAP_LIQUIDITY} />)

if (isWrapping) {
if (isWrapping || !price) {
return null
}

Expand Down

0 comments on commit 98b7ae9

Please sign in to comment.