);
}
}
if (!resolvedBrandId) return ;
// Single source of truth for everything the billing client needs.
const overviewRes = await getBillingOverview(resolvedBrandId);
if (!overviewRes.success || !overviewRes.data) {
return (
Billing Unavailable
{overviewRes.error ?? "Could not load billing information."}