Skip to content

Commit 6e1188c

Browse files
committed
remove invalid aggregationKey prop from PlanSummary component
1 parent 3056f64 commit 6e1188c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/routes/(console)/organization-[organization]/billing

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@
135135
nextPlan={data?.nextPlan}
136136
currentAggregation={data?.billingAggregation}
137137
limit={data?.limit}
138-
offset={data?.offset}
139-
aggregationKey={data?.aggregationKey} />
138+
offset={data?.offset} />
140139
{:else}
141140
<PlanSummaryOld
142141
availableCredit={data?.availableCredit}

0 commit comments

Comments
 (0)