mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
fix: format RecentNotes.tsx to pass check
This commit is contained in:
parent
539b928a68
commit
99414d5419
@ -76,9 +76,7 @@ export default ((userOpts?: Partial<Options>) => {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{opts.showDescription && page.frontmatter?.description && (
|
{opts.showDescription && page.frontmatter?.description && (
|
||||||
<p class="description">
|
<p class="description">{page.frontmatter.description}</p>
|
||||||
{page.frontmatter.description}
|
|
||||||
</p>
|
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user