diff --git a/apps/frontend/src/components/launches/add.provider.component.tsx b/apps/frontend/src/components/launches/add.provider.component.tsx index 72e558e6..a72c4b1a 100644 --- a/apps/frontend/src/components/launches/add.provider.component.tsx +++ b/apps/frontend/src/components/launches/add.provider.component.tsx @@ -348,12 +348,14 @@ export const AddProviderComponent: FC<{ modal: 'bg-transparent text-textColor', }, children: ( - { - window.location.href = `/integrations/social/${identifier}?code=${code}&state=${newState}`; - }} - nonce={url} - /> + + { + window.location.href = `/integrations/social/${identifier}?code=${code}&state=${newState}`; + }} + nonce={url} + /> + ), }); return; @@ -384,7 +386,11 @@ export const AddProviderComponent: FC<{ classNames: { modal: 'bg-transparent text-textColor', }, - children: , + children: ( + + + + ), }); return; } @@ -397,11 +403,13 @@ export const AddProviderComponent: FC<{ modal: 'bg-transparent text-textColor', }, children: ( - router.push(url)} - variables={customFields} - /> + + router.push(url)} + variables={customFields} + /> + ), }); return; diff --git a/libraries/helpers/src/utils/strip.html.validation.ts b/libraries/helpers/src/utils/strip.html.validation.ts index b099b38f..97e4eb66 100644 --- a/libraries/helpers/src/utils/strip.html.validation.ts +++ b/libraries/helpers/src/utils/strip.html.validation.ts @@ -143,7 +143,6 @@ export const stripHtmlValidation = ( if (type === 'html') { return striptags(convertMention(value, convertMentionFunction), [ 'ul', - 'ol', 'li', 'h1', 'h2',