Browse Source

clean code

kaori 4 years ago
parent
commit
c9c195502c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

+ 0 - 1
packages/app/src/components/Sidebar/PageTree/Item.tsx

@@ -181,7 +181,6 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
       return;
       return;
     }
     }
 
 
-
     const newPagePath = getNewPathAfterMoved(droppedPage.path, page.path);
     const newPagePath = getNewPathAfterMoved(droppedPage.path, page.path);
 
 
     try {
     try {