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' && ( + + )} ) }