From af043bb8a6db4cb783bf5d72f7f3f5c1cb474c7d Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 17 May 2024 15:36:05 +0200 Subject: [PATCH] chore: fix typescript Signed-off-by: blam --- .../linkerd/src/components/OctopusGraph/OctopusGraph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,