From 2d1cb551512b17ceacc12b9493047e9f7337ec79 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 18 May 2026 19:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9E=20Pro=20=E7=94=A8=E6=88=B7=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E5=9F=8E=E5=B8=82=E5=86=B3=E7=AD=96=E5=8D=A1=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E9=A1=B5=E5=92=8C=E6=B7=B1=E5=BA=A6=E5=88=86=E6=9E=90?= =?UTF-8?q?=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/ScanTerminalDashboard.tsx | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/frontend/components/dashboard/ScanTerminalDashboard.tsx b/frontend/components/dashboard/ScanTerminalDashboard.tsx index add3e873..2c7b6d8d 100644 --- a/frontend/components/dashboard/ScanTerminalDashboard.tsx +++ b/frontend/components/dashboard/ScanTerminalDashboard.tsx @@ -353,7 +353,7 @@ function ScanTerminalScreen() { /> - {resolvedView === "analysis" ? ( + {resolvedView === "analysis" && isPro ? ( )} - + {isPro ? ( + + ) : null}
{terminalData?.generated_at ? (