diff --git a/packages/features/webhooks/components/WebhookTestDisclosure.tsx b/packages/features/webhooks/components/WebhookTestDisclosure.tsx index 9744637c32..62bbbe3e33 100644 --- a/packages/features/webhooks/components/WebhookTestDisclosure.tsx +++ b/packages/features/webhooks/components/WebhookTestDisclosure.tsx @@ -31,7 +31,7 @@ export default function WebhookTestDisclosure() { {t("ping_test")} -
+

{t("webhook_response")}

@@ -45,7 +45,7 @@ export default function WebhookTestDisclosure() {
{!mutation.data &&

{t("no_data_yet")}

} {mutation.status === "success" && ( -
{JSON.stringify(mutation.data, null, 4)}
+
{JSON.stringify(mutation.data, null, 4)}
)}