fix(ui): Remove 'test' from fingerprint tooltip

This commit is contained in:
Kelly
2025-12-14 03:40:17 -07:00
parent 83e9718d78
commit 8f6efd377b

View File

@@ -703,7 +703,7 @@ function WorkerSlot({
'', '',
'═══ PROXY ═══', '═══ PROXY ═══',
httpIp ? `IP: ${httpIp}` : '', httpIp ? `IP: ${httpIp}` : '',
fp?.productsReturned !== undefined ? `Test Products: ${fp.productsReturned}` : '', fp?.productsReturned !== undefined ? `Products: ${fp.productsReturned}` : '',
].filter(Boolean).join('\n'); ].filter(Boolean).join('\n');
// Preflight status helpers // Preflight status helpers