Skip to content

Commit

Permalink
prevent accidental upgrade to $450 plan
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelmsmith committed Mar 12, 2024
1 parent defddca commit 57ff058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/scenes/billing/BillingProduct.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,8 @@ export const BillingProduct = ({ product }: { product: BillingProductV2Type }):
Get in touch
</LemonButton>
) : (
upgradePlan.included_if !== 'has_subscription' && (
upgradePlan.included_if !== 'has_subscription' &&
!upgradePlan.unit_amount_usd && (
<LemonButton
to={getUpgradeProductLink(
product,
Expand Down

0 comments on commit 57ff058

Please sign in to comment.