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