From 137f93e9c1ae356d7c9083af3f5a020124b80158 Mon Sep 17 00:00:00 2001 From: welliton gervickas Date: Sat, 9 Dec 2023 18:56:46 -0300 Subject: [PATCH] fix: bridge token --- .../components/BridgeButton.tsx | 16 ++++++++-------- .../lib/hooks/useBridgeFees.ts | 2 ++ app/lib/wallet/hooks/useERC20Approve.ts | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/app/[locale]/apps/[id]/crosschain-nft-bridge/components/BridgeButton.tsx b/app/[locale]/apps/[id]/crosschain-nft-bridge/components/BridgeButton.tsx index 86cddac..9e8b1f3 100644 --- a/app/[locale]/apps/[id]/crosschain-nft-bridge/components/BridgeButton.tsx +++ b/app/[locale]/apps/[id]/crosschain-nft-bridge/components/BridgeButton.tsx @@ -105,17 +105,17 @@ export const BridgeButton = ({ /> ) : (
-
-
    -
  • - Fees (Link):{' '} - {ethers.formatEther(bridgeFeesField || 0n).toString()} -
  • +
      +
    • + Fees (Link): + {ethers.formatEther(bridgeFeesField || 0n).toString()} +
    • + {symbol && (
    • NFT to bridge: {symbol}
    • -
    -
+ )} +