dependabot[bot]
2024-04-12 4d73b8289d16fde3271e748b84fd7f90a56a8899
quartz/components/pages/TagContent.tsx
@@ -56,7 +56,7 @@
            const root = contentPage?.htmlAst
            const content =
              !root || root?.children.length === 0
              !root || root?.children.length === 0
                ? contentPage?.description
                : htmlToJsx(contentPage.filePath!, root)