From 3f11ea7938d4db87509dec8b29c7187445065db2 Mon Sep 17 00:00:00 2001 From: z0ccc Date: Mon, 17 Oct 2022 20:55:45 -0400 Subject: [PATCH] Hide option to use debugger spoofing for default --- src/Popup/Pages/SystemPage/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Popup/Pages/SystemPage/index.tsx b/src/Popup/Pages/SystemPage/index.tsx index 381b272..40d00cb 100644 --- a/src/Popup/Pages/SystemPage/index.tsx +++ b/src/Popup/Pages/SystemPage/index.tsx @@ -223,7 +223,9 @@ const SystemPage = ({ tab, ipData, geolocation }: SystemPageProps) => { onChange={changeInputText} mb="12px" /> - + {systemType !== 'default' && ( + + )} ) }