fix: format

This commit is contained in:
Jacky Zhao 2024-03-17 18:15:42 -07:00
parent 91f0a2abb2
commit daa8796554
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const TagContent: QuartzComponent = (props: QuartzComponentProps) => {
const root = contentPage?.htmlAst
const content =
!root || root?.children.length === 0
!root || root?.children.length === 0
? contentPage?.description
: htmlToJsx(contentPage.filePath!, root)