We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2effa62 commit 4f1e79cCopy full SHA for 4f1e79c
src/pages/Plan/summary/components/BuyButton.tsx
@@ -60,7 +60,7 @@ const BuyButton = ({
60
isStretched={isStretched}
61
disabled={
62
planComposedStatus &&
63
- ['AwaitingPayment', 'PurchasedPlan'].includes(planComposedStatus)
+ ['Accepted', 'PurchasedPlan'].includes(planComposedStatus)
64
}
65
onClick={handleBuyButtonClick}
66
>
0 commit comments