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

Commit

Permalink
remove send type
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jun 28, 2024
1 parent 52e7bd0 commit 9ac7f11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/transfer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,6 @@ const Transfer = () => {
<h1 className="text-2xl font-bold leading-tight tracking-tight mt-6 mb-4 ml-2">
{sendTypeDetails[sendType as any]?.title || "Swap"}
</h1>
{JSON.stringify(sendType)}
<form
onSubmit={(e) => {
e.preventDefault()
Expand Down

0 comments on commit 9ac7f11

Please sign in to comment.