diff --git a/src/components/ClinicalDashboard.tsx b/src/components/ClinicalDashboard.tsx index 2e5b7b7b5..073fe88c9 100644 --- a/src/components/ClinicalDashboard.tsx +++ b/src/components/ClinicalDashboard.tsx @@ -3648,7 +3648,7 @@ export function ClinicalDashboard({ ) : error ? ( ) : null)} - {showUniversalAlsoMatches && activeModeResultKind !== "answer" ? ( - - ) : null} - {activeModeResultKind === "differentials" ? ( ) : null} - {showUniversalAlsoMatches && activeModeResultKind === "answer" ? ( + {showUniversalAlsoMatches ? ( ) : null} diff --git a/src/components/route-error-boundary.tsx b/src/components/route-error-boundary.tsx index 6d31de18e..04f053b3a 100644 --- a/src/components/route-error-boundary.tsx +++ b/src/components/route-error-boundary.tsx @@ -59,7 +59,7 @@ export function RouteErrorBoundary({

{title}