diff --git a/plugins/catalog/src/components/SystemDiagramCard/SystemDiagramCard.tsx b/plugins/catalog/src/components/SystemDiagramCard/SystemDiagramCard.tsx index b26e042472..9ec0e47bee 100644 --- a/plugins/catalog/src/components/SystemDiagramCard/SystemDiagramCard.tsx +++ b/plugins/catalog/src/components/SystemDiagramCard/SystemDiagramCard.tsx @@ -73,7 +73,7 @@ export function SystemDiagramCard() { 'spec.system': currentSystemName, }, }); - }, [catalogApi]); + }, [catalogApi, currentSystemName]); // pick out the system itself systemNodes.push({