diff --git a/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx b/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx index 71898dab4c..ed63373ac6 100644 --- a/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx +++ b/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx @@ -87,9 +87,6 @@ export const FlatTree = (props: FlatTreeProps) => { ? 'bg-light border-no-shift' : '' - useEffect(() => { - }, [expandPath, focusEdit, focusElement]) - const getIndentLevelDiv = (path: string) => { // remove double slash path = path.replace(/\/\//g, '/')