From 3fff701b7729d18d0fbd6b7d9a45805382e1b66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=9B=BD=E5=BF=A0?= Date: Sun, 1 Mar 2020 16:34:27 +0800 Subject: [PATCH] =?UTF-8?q?[comments]=20change=20word=20=E2=80=98dependenc?= =?UTF-8?q?ie=E2=80=99=20to=20=E2=80=98dependencies=E2=80=99=20(#6904)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fuling --- web/ui/react-app/src/pages/graph/PanelList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/react-app/src/pages/graph/PanelList.tsx b/web/ui/react-app/src/pages/graph/PanelList.tsx index 381f314ac9..8444b09872 100644 --- a/web/ui/react-app/src/pages/graph/PanelList.tsx +++ b/web/ui/react-app/src/pages/graph/PanelList.tsx @@ -123,7 +123,7 @@ const PanelList: FC = ({ pathPrefix = '' setDelta(Math.abs(browserTime - serverTime)); } /** - * React wants to include browserTime to useEffect dependencie list which will cause a delta change on every re-render + * React wants to include browserTime to useEffect dependencies list which will cause a delta change on every re-render * Basically it's not recommended to disable this rule, but this is the only way to take control over the useEffect * dependencies and to not include the browserTime variable. **/