From 2192e9dfefc854708bfcee9d3e12c6837f54a7ec Mon Sep 17 00:00:00 2001 From: Keisuke ANDO Date: Fri, 30 May 2025 10:31:38 +0900 Subject: [PATCH] fix: format PageCount with Prettier --- quartz/components/PageCount.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/quartz/components/PageCount.tsx b/quartz/components/PageCount.tsx index 99cb930ae..8247f8b01 100644 --- a/quartz/components/PageCount.tsx +++ b/quartz/components/PageCount.tsx @@ -2,11 +2,7 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } fro import { classNames } from "../util/lang" import { i18n } from "../i18n" -const PageCount: QuartzComponent = ({ - allFiles, - displayClass, - cfg, -}: QuartzComponentProps) => { +const PageCount: QuartzComponent = ({ allFiles, displayClass, cfg }: QuartzComponentProps) => { const count = allFiles.length return (