Skip to content

Commit

Permalink
Remove transfer disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Sep 3, 2024
1 parent 509d337 commit d40c867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/xtoken-ui/src/components/transfer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,10 @@ function Component() {
!deferredAmount.valid ||
!recipient.value ||
!!recipient.alert;
void disabled;
}

return [text, disabled];
return [text, false];
}, [
addressForSelectedSourceChain,
allowance,
Expand Down

0 comments on commit d40c867

Please sign in to comment.