Skip to content

Commit

Permalink
fix: tolerate no current plan (#18734)
Browse files Browse the repository at this point in the history
* tolerate no current plan

* Update UI snapshots for `chromium` (2)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
raquelmsmith and github-actions[bot] authored Nov 17, 2023
1 parent 6511bec commit 00b2630
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/scenes/onboarding/OnboardingBillingStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const OnboardingBillingStep = ({
<StarHog className="h-full w-full" />
</div>
</div>
{currentPlan.initial_billing_limit && (
{currentPlan?.initial_billing_limit && (
<div className="mt-2">
<LemonBanner type="info">
To protect your costs and ours, this product has an initial billing limit of $
Expand Down

0 comments on commit 00b2630

Please sign in to comment.