Skip to content

Commit

Permalink
feat: removing cross-chain currency single item alert
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenDurnford committed Sep 30, 2024
1 parent cd22472 commit dc4abc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/ui/src/modal/SelectPaymentToken.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ export const SelectPaymentToken: FC<Props> = ({
<Text style="subtitle2" color="subtle">
CrossChain ETH
</Text>
<Text color="accent" style="body3">
*CrossChain payment is currently limited to a single item.
</Text>
</Flex>
) : null}
{crossChainCurrencies.map((paymentToken, idx) => (
Expand Down

0 comments on commit dc4abc7

Please sign in to comment.