From d1661c4dd59d85ca01cf4f9b2949415f65df4c9c Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 18 Feb 2021 16:10:49 -0500 Subject: [PATCH] Remove unused variant Signed-off-by: Adam Harvey --- plugins/catalog/src/components/SystemDiagram/SystemDiagram.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/catalog/src/components/SystemDiagram/SystemDiagram.tsx b/plugins/catalog/src/components/SystemDiagram/SystemDiagram.tsx index b466e28a0c..159e20fd54 100644 --- a/plugins/catalog/src/components/SystemDiagram/SystemDiagram.tsx +++ b/plugins/catalog/src/components/SystemDiagram/SystemDiagram.tsx @@ -33,7 +33,6 @@ import { useAsync } from 'react-use'; type SystemDiagramProps = { entity: Entity; - variant?: string; }; export function SystemDiagram({ entity }: SystemDiagramProps) {