Skip to content

Commit

Permalink
Update TransferToken.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
babkenmes authored Feb 21, 2025
1 parent 0219af5 commit 81d0f3d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const TransferTokenButton: FC<BaseTransferButtonProps> = ({
const { depositActionsResponse } = useSwapDataState()

const callData = depositActionsResponse?.find(da => true)?.call_data as `0x${string}` | undefined
const config = useConfig()
const transaction = useSendTransaction()

useEffect(() => {
Expand Down Expand Up @@ -169,4 +168,4 @@ const TransferTokenButton: FC<BaseTransferButtonProps> = ({
</div>
}

export default TransferTokenButton
export default TransferTokenButton

0 comments on commit 81d0f3d

Please sign in to comment.