Skip to content

Commit c535ecd

Browse files
committed
update: lint and stuff.
1 parent b54325f commit c535ecd

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

src/routes/(console)/create-organization/+page.svelte

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,7 @@
201201
>.
202202
</Typography.Text>
203203

204-
<PlanSelection
205-
bind:billingPlan={selectedPlan}
206-
anyOrgFree={data.hasFreeOrganizations}
207-
isNewOrg />
204+
<PlanSelection bind:billingPlan={selectedPlan} isNewOrg />
208205
</Layout.Stack>
209206
</Fieldset>
210207
{#if selectedPlan !== BillingPlan.FREE}

src/routes/(console)/organization-[organization]/change-plan/+page.svelte

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,7 @@
293293
</Alert.Inline>
294294
{/if}
295295

296-
<PlanSelection
297-
bind:billingPlan={selectedPlan}
298-
selfService={data.selfService}
299-
anyOrgFree={data.hasFreeOrgs} />
296+
<PlanSelection bind:billingPlan={selectedPlan} selfService={data.selfService} />
300297

301298
{#if isDowngrade && selectedPlan === BillingPlan.FREE && data.hasFreeOrgs}
302299
<Alert.Inline

0 commit comments

Comments
 (0)