Skip to content

Commit daa8796

Browse files
committed
fix: format
1 parent 91f0a2a commit daa8796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartz/components/pages/TagContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const TagContent: QuartzComponent = (props: QuartzComponentProps) => {
5656

5757
const root = contentPage?.htmlAst
5858
const content =
59-
!root || root?.children.length === 0
59+
!root || root?.children.length === 0
6060
? contentPage?.description
6161
: htmlToJsx(contentPage.filePath!, root)
6262

0 commit comments

Comments
 (0)