reiji-h hace 2 años
padre
commit
320f308249
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      apps/app/src/components/TreeItem/SimpleItem.tsx

+ 0 - 1
apps/app/src/components/TreeItem/SimpleItem.tsx

@@ -166,7 +166,6 @@ export const SimpleItem: FC<SimpleItemProps> = (props) => {
     }
   }, [data, isOpen, targetPathOrId]);
 
-
   const ItemClassFixed = itemClass ?? SimpleItem;
 
   const EndComponents = props.customEndComponents ?? [SimpleItemTool];