From 70ac9ce9131168b33144ddfd01eb7929901a1c58 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Mon, 28 Jul 2025 10:47:23 +0700 Subject: [PATCH] feat: remove html from div --- apps/frontend/src/components/launches/calendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/components/launches/calendar.tsx b/apps/frontend/src/components/launches/calendar.tsx index 355b620a..3d9a3bae 100644 --- a/apps/frontend/src/components/launches/calendar.tsx +++ b/apps/frontend/src/components/launches/calendar.tsx @@ -932,7 +932,7 @@ const CalendarItem: FC<{
- {stripHtmlValidation('none', post.content)} + {stripHtmlValidation('none', post.content, false, true)}