Skip to content

Commit c36a963

Browse files
add back ts expect error
1 parent 12ea74e commit c36a963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/BillingDetails.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function BillingDetails() {
2929
<h3 className="p-4 font-semibold">Billing details</h3>
3030
<EmailAddress />
3131
<PaymentCard
32+
// @ts-expect-error - TODO fix this once we update PaymentCard to TS
3233
accountDetails={accountDetails}
3334
provider={provider}
3435
owner={owner}

0 commit comments

Comments
 (0)