kaori 4 lat temu
rodzic
commit
fc4f17c580

+ 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]);