From 9b3d82a6c50aa3a22932487ffb7c7cf5eb16541c Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Fri, 25 Oct 2024 12:50:21 -0400 Subject: [PATCH] chore: run prettier Signed-off-by: Aaron Pham --- quartz/components/pages/FolderContent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/quartz/components/pages/FolderContent.tsx b/quartz/components/pages/FolderContent.tsx index ee45da6ed..7a49d494f 100644 --- a/quartz/components/pages/FolderContent.tsx +++ b/quartz/components/pages/FolderContent.tsx @@ -68,7 +68,6 @@ export default ((opts?: Partial) => { frontmatter: { title: subfolderTitle, tags: ["folder"] }, }) } - }) const cssClasses: string[] = fileData.frontmatter?.cssclasses ?? []