Skip to content

Commit b0625be

Browse files
committed
remove unused code
1 parent fce7e92 commit b0625be

File tree

1 file changed

+1
-2
lines changed
  • src/routes/(console)/organization-[organization]/billing

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@
132132
<PlanSummary
133133
availableCredit={data?.availableCredit}
134134
currentPlan={data?.currentPlan}
135-
currentAggregation={data?.billingAggregation}
136-
currentInvoice={data?.billingInvoice} />
135+
currentAggregation={data?.billingAggregation} />
137136
{:else}
138137
<PlanSummaryOld
139138
availableCredit={data?.availableCredit}

0 commit comments

Comments
 (0)