소스 검색

remove space (fix lint)

kaho-y 4 년 전
부모
커밋
3e5446bec7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/Sidebar/RecentChanges.jsx

+ 1 - 1
packages/app/src/components/Sidebar/RecentChanges.jsx

@@ -20,7 +20,7 @@ import FormattedDistanceDate from '../FormattedDistanceDate';
 
 const logger = loggerFactory('growi:History');
 
-function LargePageItem ({ page }) {
+function LargePageItem({ page }) {
   const dPagePath = new DevidedPagePath(page.path, false, true);
   const linkedPagePathFormer = new LinkedPagePath(dPagePath.former);
   const linkedPagePathLatter = new LinkedPagePath(dPagePath.latter);