Remove unused variant

Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Adam Harvey
2021-02-18 16:10:49 -05:00
parent ce891171da
commit d1661c4dd5
@@ -33,7 +33,6 @@ import { useAsync } from 'react-use';
type SystemDiagramProps = {
entity: Entity;
variant?: string;
};
export function SystemDiagram({ entity }: SystemDiagramProps) {