Skip to content

Commit

Permalink
fix: temporarly disable input checking on wallet modal
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSDR committed Oct 18, 2024
1 parent adfb821 commit 24bd9c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/wallet/src/components/wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,7 @@ export function Wallet() {
disabled={
transactionStatus.status === "PENDING" ||
!validator ||
!amount ||
inputError.value === null
!amount
}
type="submit"
>
Expand Down

0 comments on commit 24bd9c5

Please sign in to comment.