From 25e920de8b2515d6282782410952d80552e915f0 Mon Sep 17 00:00:00 2001 From: Satbir Singh Date: Mon, 28 Sep 2020 21:45:34 +0530 Subject: [PATCH] Fixing code lint issue --- app/client/src/pages/organization/settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/pages/organization/settings.tsx b/app/client/src/pages/organization/settings.tsx index 3dfee288ad..30aa81375f 100644 --- a/app/client/src/pages/organization/settings.tsx +++ b/app/client/src/pages/organization/settings.tsx @@ -44,7 +44,7 @@ export default function Settings() { const dispatch = useDispatch(); useEffect(() => { dispatch(fetchOrg(orgId as string)); - }, []); + }, [orgId, dispatch]); const SettingsRenderer = (