Skip to content

Commit

Permalink
add isInvalid
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy1412 committed Dec 16, 2024
1 parent 01c3801 commit a299af7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/(dashboard)/_components/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ export default function Dashboard({ registryAssets }: DashboardProps) {
amount === '' ||
amount === '0' ||
recipientAddress === '' ||
isInsufficientBalance
isInsufficientBalance ||
isInvalid
}
>
Confirm Transaction
Expand Down

0 comments on commit a299af7

Please sign in to comment.