Skip to content

Commit

Permalink
feat: add isVesting check to ScheduleForm for button disable logic
Browse files Browse the repository at this point in the history
Ben-Rey committed Oct 10, 2024
1 parent 6f20537 commit 3cda9dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/src/components/ScheduleForm.tsx
Original file line number Diff line number Diff line change
@@ -42,6 +42,7 @@ export function ScheduleForm() {
isAllowanceSufficient,
insufficientBalance,
isMasToken,
isVesting,
].some(Boolean);

const disableCreateScheduleButton = [

0 comments on commit 3cda9dd

Please sign in to comment.