feat: no content

This commit is contained in:
Nevo David 2025-07-28 20:55:24 +07:00
parent fc0cdc661d
commit 7fba75dbc7
1 changed files with 1 additions and 1 deletions

View File

@ -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, false, true)}
{stripHtmlValidation('none', post.content, false, true) || 'no content'}
</div>
</div>
</div>