From 3fb229ec6339572ea0f11a529142224b445ceb7e Mon Sep 17 00:00:00 2001 From: "roylisto.pradana" Date: Wed, 30 Jun 2021 15:25:16 +0700 Subject: [PATCH] Remove profile var Signed-off-by: roylisto.pradana --- .../src/components/GroupsExplorerContent/GroupsDiagram.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/explore/src/components/GroupsExplorerContent/GroupsDiagram.tsx b/plugins/explore/src/components/GroupsExplorerContent/GroupsDiagram.tsx index 28de4e4661..ce09f0d268 100644 --- a/plugins/explore/src/components/GroupsExplorerContent/GroupsDiagram.tsx +++ b/plugins/explore/src/components/GroupsExplorerContent/GroupsDiagram.tsx @@ -112,7 +112,6 @@ export function GroupsDiagram() { id: string; kind: string; name: string; - profile?: any; }>(); const edges = new Array<{ from: string; to: string; label: string }>();