From a3f47708a8fe518173f81a2d28a9295ebb9e6115 Mon Sep 17 00:00:00 2001 From: sabhas Date: Mon, 25 Oct 2021 06:47:50 +0000 Subject: [PATCH] chore(web-build): fix web build warnings --- web/src/containers/Drive/sideBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/containers/Drive/sideBar.tsx b/web/src/containers/Drive/sideBar.tsx index c1ab727..2a7a80d 100644 --- a/web/src/containers/Drive/sideBar.tsx +++ b/web/src/containers/Drive/sideBar.tsx @@ -56,7 +56,7 @@ const SideBar = (props: any) => { }) const queryParams = new URLSearchParams(location.search) props.setSelectedFilePath(queryParams.get('filePath')) - }, []) + }) const handleSelect = (node: TreeNode) => { if (!node.children.length) {