Phase2: Invoicecomputation/AdminpricingUI/Ainvoicemgnt
Some checks failed
Build and Push / build (push) Failing after 45s

This commit is contained in:
2026-05-24 14:01:33 +02:00
parent 6bf9caa53a
commit cdc2210eaf
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ export default async function AdminBillingPricingPage() {
const catalog = Object.values(PACKAGE_CATALOG).map((p) => ({
id: p.id,
name: p.name,
kind: p.kind,
category: p.category,
}));
return (