Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Remove disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Apr 11, 2024
1 parent 2931967 commit 6adb68a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/transfer-v2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import Button from "@/ui/button";
import { useAllowance, useBalance, useDailyLimit, useMessageFee, useTransferV2 } from "@/hooks";
import { useAccount, useNetwork, usePublicClient, useSwitchNetwork, useWalletClient } from "wagmi";
import TransferProviderV2 from "@/providers/transfer-provider-v2";
import DisclaimerModal from "./modals/disclaimer-modal";
import { useConnectModal } from "@rainbow-me/rainbowkit";
import { Address, Hex } from "viem";
import TransferModalV2 from "./modals/transfer-modal-v2";
Expand Down Expand Up @@ -330,8 +329,6 @@ function Component() {
}}
onConfirm={handleTransfer}
/>

<DisclaimerModal />
</>
);
}
Expand Down

0 comments on commit 6adb68a

Please sign in to comment.