Skip to content

Commit

Permalink
Merge pull request #2375 from JoinColony/fix/15907590-disable-action-…
Browse files Browse the repository at this point in the history
…button

fix: show loader until expenditure status is updated
  • Loading branch information
joanna-pagepro authored and jakubcolony committed Jun 10, 2024
1 parent a4fb253 commit 2cc2e0b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const PaymentBuilderWidget: FC<PaymentBuilderWidgetProps> = ({ action }) => {
),
isHidden: expenditureStep !== ExpenditureStep.Cancel,
};

const isExpenditureCanceled = expenditureStep === ExpenditureStep.Cancel;

const items: StepperItem<ExpenditureStep>[] = [
Expand Down

0 comments on commit 2cc2e0b

Please sign in to comment.