diff --git a/datahub-web-react/src/app/entity/shared/components/styled/ExpandedOwner.tsx b/datahub-web-react/src/app/entity/shared/components/styled/ExpandedOwner.tsx index 41f445f9ad..2f82db0ee1 100644 --- a/datahub-web-react/src/app/entity/shared/components/styled/ExpandedOwner.tsx +++ b/datahub-web-react/src/app/entity/shared/components/styled/ExpandedOwner.tsx @@ -10,6 +10,7 @@ import { useEntityRegistry } from '../../../../useEntityRegistry'; import analytics, { EventType, EntityActionType } from '../../../../analytics'; import { useEntityData } from '../../EntityContext'; import { getDescriptionFromType, getNameFromType } from '../../containers/profile/sidebar/Ownership/ownershipUtils'; +import { urlEncodeUrn } from '../../utils'; type Props = { entityUrn?: string; @@ -88,7 +89,7 @@ export const ExpandedOwner = ({ entityUrn, owner, hidePopOver, refetch }: Props) return ( - + {(hidePopOver && <>{name}) || (