kaho-y 4 лет назад
Родитель
Сommit
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');
 const logger = loggerFactory('growi:History');
 
 
-function LargePageItem ({ page }) {
+function LargePageItem({ page }) {
   const dPagePath = new DevidedPagePath(page.path, false, true);
   const dPagePath = new DevidedPagePath(page.path, false, true);
   const linkedPagePathFormer = new LinkedPagePath(dPagePath.former);
   const linkedPagePathFormer = new LinkedPagePath(dPagePath.former);
   const linkedPagePathLatter = new LinkedPagePath(dPagePath.latter);
   const linkedPagePathLatter = new LinkedPagePath(dPagePath.latter);