From 690e48cbc5c48d387d3757ec822f06a3e19bdcda Mon Sep 17 00:00:00 2001 From: York Date: Thu, 20 Feb 2025 13:26:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A3=B0=E6=98=8E=E4=BD=86?= =?UTF-8?q?=E6=98=AF=E6=B2=A1=E6=9C=89=E4=BD=BF=E7=94=A8=E7=9A=84=E4=B8=9C?= =?UTF-8?q?=E8=A5=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index eab0173..166d575 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -81,7 +81,7 @@ const theme = createTheme({ function App() { const [tabValue, setTabValue] = useState(0); - const handleTabChange = (event: React.SyntheticEvent, newValue: number) => { + const handleTabChange = (_event: React.SyntheticEvent, newValue: number) => { setTabValue(newValue); };