diff --git a/components/dashboard/src/components/UsageView.tsx b/components/dashboard/src/components/UsageView.tsx index aa97f63764435d..9e11170f8d729e 100644 --- a/components/dashboard/src/components/UsageView.tsx +++ b/components/dashboard/src/components/UsageView.tsx @@ -141,10 +141,12 @@ function UsageView({ attributionId }: UsageViewProps) { const currentPaginatedResults = usagePage?.usageEntriesList.filter((u) => u.kind === "workspaceinstance") ?? []; + const headerTitle = attributionId.kind === "team" ? "Team Usage" : "Personal Usage"; + return ( <>