diff --git a/packages/features/webhooks/components/WebhookListItem.tsx b/packages/features/webhooks/components/WebhookListItem.tsx index 00bf7d0023..8526a0ec45 100644 --- a/packages/features/webhooks/components/WebhookListItem.tsx +++ b/packages/features/webhooks/components/WebhookListItem.tsx @@ -73,7 +73,11 @@ export default function WebhookListItem(props: { )}>
-

{webhook.subscriberUrl}

+ +

+ {webhook.subscriberUrl} +

+
{!!props.readOnly && ( {t("readonly")}