diff --git a/workspaces/linkerd/plugins/linkerd/src/components/OctopusGraph/OctopusGraph.tsx b/workspaces/linkerd/plugins/linkerd/src/components/OctopusGraph/OctopusGraph.tsx index bccb678fe..721836ec6 100644 --- a/workspaces/linkerd/plugins/linkerd/src/components/OctopusGraph/OctopusGraph.tsx +++ b/workspaces/linkerd/plugins/linkerd/src/components/OctopusGraph/OctopusGraph.tsx @@ -1,7 +1,7 @@ import { DeploymentResponse } from '../../api/types'; import { Entity } from '@backstage/catalog-model'; import 'reactflow/dist/style.css'; -import React, { useCallback, useEffect } from 'react'; +import React, { useCallback } from 'react'; import ReactFlow, { useNodesState, useEdgesState,