From d06210d252d52f4644f1a7d485e91affbf9fd63a Mon Sep 17 00:00:00 2001 From: LUCAS Date: Wed, 27 Jul 2022 10:52:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/fillion/components/patrolTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/src/sections/fillion/components/patrolTable.js b/web/client/src/sections/fillion/components/patrolTable.js index 927a45dc..049170ed 100644 --- a/web/client/src/sections/fillion/components/patrolTable.js +++ b/web/client/src/sections/fillion/components/patrolTable.js @@ -301,7 +301,7 @@ const PatrolTable = (props) => { ], - tab2: + tab2: }; const [activeTabKey1, setActiveTabKey1] = useState('tab1'); const onTab1Change = (key) => {