From 7c0571e8d9df3e4ad3a53b4479e795642c4646a4 Mon Sep 17 00:00:00 2001 From: BigSimmo <87357024+BigSimmo@users.noreply.github.com> Date: Sat, 18 Jul 2026 15:50:44 +0800 Subject: [PATCH] fix: refine answer recovery message and match scope --- src/components/ClinicalDashboard.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/ClinicalDashboard.tsx b/src/components/ClinicalDashboard.tsx index 073fe88c..a3605177 100644 --- a/src/components/ClinicalDashboard.tsx +++ b/src/components/ClinicalDashboard.tsx @@ -3648,7 +3648,7 @@ export function ClinicalDashboard({ ) : error ? ( ) : null} - {showUniversalAlsoMatches ? ( + {showUniversalAlsoMatches && activeModeResultKind !== "answer" ? ( + + ) : null} + + {showUniversalAlsoMatches && activeModeResultKind === "answer" ? ( ) : null}