Skip to content

Commit dbfbc96

Browse files
committed
fixed the linter error
Signed-off-by: antedotee <[email protected]>
1 parent 3cff02e commit dbfbc96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/TreeViewComponent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ const TreeViewComponent = memo<TreeViewComponentProps>(props => {
143143
setActiveOption('option1');
144144
}, []);
145145

146-
147146
const handleExpandAll = useCallback(() => {
148147
setIsExpanded(true);
149148
}, []);

0 commit comments

Comments
 (0)