diff --git a/ui-ngx/src/app/modules/home/components/relation/relation-table.component.html b/ui-ngx/src/app/modules/home/components/relation/relation-table.component.html
index 9afaa889b4..7e75a00067 100644
--- a/ui-ngx/src/app/modules/home/components/relation/relation-table.component.html
+++ b/ui-ngx/src/app/modules/home/components/relation/relation-table.component.html
@@ -117,9 +117,13 @@
{{ 'relation.to-entity-name' | translate }}
-
- {{ relation.toName | customTranslate }}
-
+ @if(relation.entityURL){
+
+ {{ relation.toName | customTranslate }}
+
+ } @else {
+ {{ relation.toName | customTranslate }}
+ }