We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3f198 commit 3eebc04Copy full SHA for 3eebc04
npm-packages/dashboard/src/components/billing/TeamUsageByFunctionChart.tsx
@@ -411,7 +411,7 @@ function useOrderedAndGroupedRows(
411
const { componentPath } = row;
412
let key;
413
let deployment = null;
414
- const isSystem = row.function.startsWith("_system");
+ const isSystem = row.function.startsWith("_system/");
415
const isCloudBackups = row.function === "_system_job/cloud_backup";
416
const name = isSystem ? "" : row.function;
417
if (project) {
0 commit comments