Browse Source

clean code

reiji-h 1 year ago
parent
commit
320f308249
1 changed files with 0 additions and 1 deletions
  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];