kaori 4 лет назад
Родитель
Сommit
fc4f17c580
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

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

@@ -141,7 +141,6 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
     },
   }));
 
-
   const hasChildren = useCallback((): boolean => {
     return currentChildren != null && currentChildren.length > 0;
   }, [currentChildren]);