kaori 4 سال پیش
والد
کامیت
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]);