diff --git a/src/webhooks/components/Webhook.tsx b/src/webhooks/components/Webhook.tsx index 417ebea8b6cf..0d58241e3c01 100644 --- a/src/webhooks/components/Webhook.tsx +++ b/src/webhooks/components/Webhook.tsx @@ -167,25 +167,20 @@ export function Webhook({ webhook }: Props) {
- + {t('action_type')}: {currentWebhookActionType} - {webhook.actionTypes.map((type, index) => { - return ( - handleActionTypeChange(type, index)} - > - {type} - - ) - })} + {webhook.actionTypes.map((type, index) => ( + handleActionTypeChange(type, index)} + > + {type} + + ))}