From 680d416ce0c6bd3edd8f2195ddc70d163afa61a6 Mon Sep 17 00:00:00 2001 From: z0ccc Date: Tue, 28 Sep 2021 23:42:06 -0400 Subject: [PATCH] Fixed brave glitch --- frontend/src/utils/other.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils/other.js b/frontend/src/utils/other.js index 751860d..545b837 100644 --- a/frontend/src/utils/other.js +++ b/frontend/src/utils/other.js @@ -25,7 +25,7 @@ const getOther = (battery, adBlock, workerData) => [ { key: 'Brave browser', value: navigator.brave ? 'True' : 'False', - issues: [checkWebWorker], + issues: [], }, { key: 'Tor browser',