From 8f6efd377b8d963a8a404bbae556ca2ca25bde3f Mon Sep 17 00:00:00 2001 From: Kelly Date: Sun, 14 Dec 2025 03:40:17 -0700 Subject: [PATCH] fix(ui): Remove 'test' from fingerprint tooltip --- cannaiq/src/pages/WorkersDashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cannaiq/src/pages/WorkersDashboard.tsx b/cannaiq/src/pages/WorkersDashboard.tsx index 3e34a624..b9394df9 100644 --- a/cannaiq/src/pages/WorkersDashboard.tsx +++ b/cannaiq/src/pages/WorkersDashboard.tsx @@ -703,7 +703,7 @@ function WorkerSlot({ '', '═══ PROXY ═══', httpIp ? `IP: ${httpIp}` : '', - fp?.productsReturned !== undefined ? `Test Products: ${fp.productsReturned}` : '', + fp?.productsReturned !== undefined ? `Products: ${fp.productsReturned}` : '', ].filter(Boolean).join('\n'); // Preflight status helpers