Skip to content

Commit

Permalink
remove unintenional change
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Aug 14, 2024
1 parent e222a20 commit d02bda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Transfer/transferActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d02bda6

Please sign in to comment.