Explorar el Código

insert a line

kaori hace 4 años
padre
commit
1505b0fddb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/app/src/components/Sidebar/PageTree/Item.tsx

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

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