chore: remove test code

pull/13892/head
Joel 1 year ago
parent 6653b6e072
commit 52f3236740

@ -20,7 +20,6 @@ const Billing: FC = () => {
(!enableBilling || !isCurrentWorkspaceManager) ? null : ['/billing/invoices'], (!enableBilling || !isCurrentWorkspaceManager) ? null : ['/billing/invoices'],
() => fetchBillingUrl().then(data => data.url), () => fetchBillingUrl().then(data => data.url),
) )
console.log(billingUrl)
return ( return (
<div> <div>

Loading…
Cancel
Save