reiji-h 2 anni fa
parent
commit
320f308249
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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];