diff --git a/apps/client/src/widgets/attribute_widgets/UserAttributesList.tsx b/apps/client/src/widgets/attribute_widgets/UserAttributesList.tsx
index f01e70b491..4ebcab4813 100644
--- a/apps/client/src/widgets/attribute_widgets/UserAttributesList.tsx
+++ b/apps/client/src/widgets/attribute_widgets/UserAttributesList.tsx
@@ -87,7 +87,7 @@ function buildUserAttribute(attr: AttributeWithDefinitions): ComponentChildren {
content = <>{" "}{attr.friendlyName}>;
break;
case "url":
- content = {attr.friendlyName};
+ content = e.stopPropagation()}>{attr.friendlyName};
break;
case "color":
style = { backgroundColor: value, color: getReadableTextColor(value) };