feat: no content
This commit is contained in:
parent
fc0cdc661d
commit
7fba75dbc7
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue