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. **/