diff --git a/src/components/clinical-dashboard/differentials-home.tsx b/src/components/clinical-dashboard/differentials-home.tsx index 3b888af2a..8c1a6e43d 100644 --- a/src/components/clinical-dashboard/differentials-home.tsx +++ b/src/components/clinical-dashboard/differentials-home.tsx @@ -276,10 +276,13 @@ function ResultTypeTabs({ { id: "diagnosis" as const, label: "Diagnoses", count: diagnosisCount }, ]; + // Single-select filters over one results list — modeled as a toggle group + // (role="group" + aria-pressed), not ARIA tabs (which would need tabpanels, + // aria-controls, and roving tabindex for content that does not exist here). return (
@@ -289,8 +292,7 @@ function ResultTypeTabs({