diff --git a/plugins/catalog-react/src/components/EntityInfoCard/EntityInfoCard.tsx b/plugins/catalog-react/src/components/EntityInfoCard/EntityInfoCard.tsx index 29bcd59fdf..84cca25b21 100644 --- a/plugins/catalog-react/src/components/EntityInfoCard/EntityInfoCard.tsx +++ b/plugins/catalog-react/src/components/EntityInfoCard/EntityInfoCard.tsx @@ -45,7 +45,11 @@ export function EntityInfoCard(props: EntityInfoCardProps) { {title} - {headerActions} + {headerActions && ( + + {headerActions} + + )} )}