diff --git a/src/app/(dashboard)/dashboard/costs/quota-share/QuotaSharePageClient.tsx b/src/app/(dashboard)/dashboard/costs/quota-share/QuotaSharePageClient.tsx index 53ccf92454..fb0e483de1 100644 --- a/src/app/(dashboard)/dashboard/costs/quota-share/QuotaSharePageClient.tsx +++ b/src/app/(dashboard)/dashboard/costs/quota-share/QuotaSharePageClient.tsx @@ -282,7 +282,7 @@ export default function QuotaSharePageClient() { ) : ( -
+
{pools.map((pool) => ( { + const p = join(fileURLToPath(import.meta.url), "..", "..", "..", + "src/app/(dashboard)/dashboard/costs/quota-share/QuotaSharePageClient.tsx"); + const src = readFileSync(p, "utf8"); + assert.ok(/grid-cols-1\s+lg:grid-cols-2/.test(src), "pool list must be a responsive 2-col grid"); +});