diff --git a/static/js/pages/new-organization.js b/static/js/pages/new-organization.js index 85c451115..37613c1e7 100644 --- a/static/js/pages/new-organization.js +++ b/static/js/pages/new-organization.js @@ -45,6 +45,7 @@ $scope.signinStarted = function() { if (Features.BILLING) { PlanService.getMinimumPlan(1, true, function(plan) { + if (!plan) { return; } PlanService.notePlan(plan.stripeId); }); }