fix: format
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user