fix(ui): Remove 'test' from fingerprint tooltip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user