feat: remove html from div
This commit is contained in:
parent
c77ab35cf2
commit
70ac9ce913
|
|
@ -932,7 +932,7 @@ const CalendarItem: FC<{
|
|||
</div>
|
||||
<div className="w-full relative">
|
||||
<div className="absolute top-0 start-0 w-full text-ellipsis break-words line-clamp-1 text-left">
|
||||
{stripHtmlValidation('none', post.content)}
|
||||
{stripHtmlValidation('none', post.content, false, true)}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue