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 ═══',
httpIp ? `IP: ${httpIp}` : '',
fp?.productsReturned !== undefined ? `Test Products: ${fp.productsReturned}` : '',
fp?.productsReturned !== undefined ? `Products: ${fp.productsReturned}` : '',
].filter(Boolean).join('\n');
// Preflight status helpers