Browse Source

remove space

Shun Miyazawa 4 years ago
parent
commit
da2f377edc
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

@@ -341,7 +341,6 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
     }
 
     try {
-
       if (!hasDescendants) {
         setIsOpen(true);
       }