Skip to content

Commit

Permalink
fix: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Nov 6, 2024
1 parent bc9510f commit 544afe1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/transactions/Bridge/BridgeModalContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -546,18 +546,6 @@ export const BridgeModalContent = () => {
</Typography>
</Warning>
)}
{/* {selectedFeeToken && parseFloat(selectedFeeToken.balance) < 0 && (
<Warning severity="warning" sx={{ my: 2 }}>
<Stack direction="row">
<Typography variant="caption">
<Trans>
You do not have a balance to pay for CCIP fee with your {selectedFeeToken.name},
try changing to another token.
</Trans>
</Typography>
</Stack>
</Warning>
)} */}

<BridgeActions {...bridgeActionsProps} />
</>
Expand Down

0 comments on commit 544afe1

Please sign in to comment.