Skip to content

Commit 4f1e79c

Browse files
committed
fix: Correct plan status
1 parent 2effa62 commit 4f1e79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Plan/summary/components/BuyButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const BuyButton = ({
6060
isStretched={isStretched}
6161
disabled={
6262
planComposedStatus &&
63-
['AwaitingPayment', 'PurchasedPlan'].includes(planComposedStatus)
63+
['Accepted', 'PurchasedPlan'].includes(planComposedStatus)
6464
}
6565
onClick={handleBuyButtonClick}
6666
>

0 commit comments

Comments
 (0)