File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/features/clusters/upsert Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 11import { ContactUs } from '@/components/ContactUs' ;
22import { Button } from '@/components/ui/button' ;
3- import { ResourcesPerInstance } from '@/features/clusters/upsert/components/ResourcesPerInstance' ;
43import { PaymentMethodsDisplay } from '@/features/organization/billing/paymentMethod/PaymentMethodsDisplay' ;
54import { getOrganizationQueryOptions } from '@/features/organization/queries/getOrganizationQuery' ;
65import { PaymentMethodStatus } from '@/integrations/stripe/paymentMethodStatus' ;
@@ -102,8 +101,6 @@ export function ClusterBilling({
102101 </ li >
103102 </ ul >
104103
105- < ResourcesPerInstance planLimits = { selectedPlan ?. planLimits } resourcesPerInstance = { selectedPlan ?. resourcesPerInstance } />
106-
107104 < p className = "text-muted-foreground text-sm mb-6" > Payment method:</ p >
108105
109106 < PaymentMethodsDisplay onSaveStateForBillingRedirect = { onSaveStateForBillingRedirect } onReplacingPaymentMethod = { setReplacingPaymentMethod } />
You can’t perform that action at this time.
0 commit comments