소스 검색

fix biome error

Yuki Takei 6 달 전
부모
커밋
74a70f52d6
2개의 변경된 파일2개의 추가작업 그리고 8개의 파일을 삭제
  1. 1 5
      apps/app/src/components/Common/PagePathNavTitle/PagePathNavTitle.tsx
  2. 1 3
      apps/app/src/components/PageView/PageContentFooter.tsx

+ 1 - 5
apps/app/src/components/Common/PagePathNavTitle/PagePathNavTitle.tsx

@@ -50,10 +50,6 @@ export const PagePathNavTitle = (
       latterLinkClassName="fs-2"
     />
   ) : (
-    <PagePathNav
-      {...props}
-      className={className}
-      latterLinkClassName="fs-2"
-    />
+    <PagePathNav {...props} className={className} latterLinkClassName="fs-2" />
   );
 };

+ 1 - 3
apps/app/src/components/PageView/PageContentFooter.tsx

@@ -26,9 +26,7 @@ export const PageContentFooter = (
   }
 
   return (
-    <div
-      className={`${styles['page-content-footer']} my-4 pt-4 d-edit-none`}
-    >
+    <div className={`${styles['page-content-footer']} my-4 pt-4 d-edit-none`}>
       <div className="page-meta">
         <AuthorInfo
           user={creator}