diff --git a/public/js/data-store.js b/public/js/data-store.js index 746e2da..5c1ed21 100644 --- a/public/js/data-store.js +++ b/public/js/data-store.js @@ -375,11 +375,7 @@ document.addEventListener('alpine:init', () => { quotaInfo.push({ pct }); }); - if (quotaInfo.length === 0) { - // Include model even if no quota info is available (treat as 0% or unknown) - // This ensures the family appears in the charts - } - + // treat missing quotaInfo as 0%/unknown; still include row rows.push({ modelId, family, quotaInfo }); });