diff --git a/src/components/Transfer/transferActions.tsx b/src/components/Transfer/transferActions.tsx index 58e50179..37eb1bdc 100644 --- a/src/components/Transfer/transferActions.tsx +++ b/src/components/Transfer/transferActions.tsx @@ -16,7 +16,7 @@ import { useTransferHandlers } from './hooks/useTransferHandlers'; import { assetType } from './common'; const TransferActions = () => { - const { working, handleTransfer, newOwner, setNewOwner, setTransferAmount } = + const { handleTransfer, working, newOwner, setNewOwner, setTransferAmount } = useTransferHandlers(); const { originChain, destinationChain, symbol } = useTransferState();