From 1da937ae69544857edd1f7523e033a6689711210 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 9 Jan 2025 17:15:37 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/ProxyForm.tsx | 42 +++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx index 5426350f..08a4ce8b 100644 --- a/src/components/organisms/ProxyForm.tsx +++ b/src/components/organisms/ProxyForm.tsx @@ -1,23 +1,23 @@ import React, { useState, useEffect } from 'react'; import { styled } from '@mui/system'; -import { - Alert, - AlertTitle, - TextField, - Button, - Switch, - FormControlLabel, - Box, - Typography, - Tabs, - Tab, - Table, - TableContainer, - TableHead, - TableRow, - TableBody, - TableCell, - Paper +import { + Alert, + AlertTitle, + TextField, + Button, + Switch, + FormControlLabel, + Box, + Typography, + Tabs, + Tab, + Table, + TableContainer, + TableHead, + TableRow, + TableBody, + TableCell, + Paper } from '@mui/material'; import { sendProxyConfig, getProxyConfig, testProxyConfig, deleteProxyConfig } from '../../api/proxy'; import { useGlobalInfoStore } from '../../context/globalInfo'; @@ -162,10 +162,10 @@ const ProxyForm: React.FC = () => { {t('proxy.title')} - + - + {tabIndex === 0 && ( isProxyConfigured ? ( @@ -260,7 +260,7 @@ const ProxyForm: React.FC = () => { {t('proxy.coming_soon')} - {/*