fix: format RecentNotes.tsx to pass check

This commit is contained in:
Alexey Chernyavskiy 2025-07-20 12:42:38 +05:00
parent 539b928a68
commit 99414d5419
No known key found for this signature in database
GPG Key ID: 402AE34C2F14446E

View File

@ -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>