We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce7e92 commit b0625beCopy full SHA for b0625be
src/routes/(console)/organization-[organization]/billing/+page.svelte
@@ -132,8 +132,7 @@
132
<PlanSummary
133
availableCredit={data?.availableCredit}
134
currentPlan={data?.currentPlan}
135
- currentAggregation={data?.billingAggregation}
136
- currentInvoice={data?.billingInvoice} />
+ currentAggregation={data?.billingAggregation} />
137
{:else}
138
<PlanSummaryOld
139
0 commit comments