We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a57d6 commit 1a67fffCopy full SHA for 1a67fff
src/extensions/explore/folderTree.tsx
@@ -78,11 +78,11 @@ const FolderTree: React.FunctionComponent<ITreeProps> = (props: ITreeProps) => {
78
index
79
);
80
}}
81
- onChange={(e) => { }}
+ onChange={(e) => {}}
82
/>
83
) : (
84
- name
85
- );
+ name
+ );
86
87
{...restProps}
88
src/extensions/search/searchTree.tsx
@@ -47,8 +47,8 @@ const SearchTree: React.FunctionComponent<SearchTreeProps> = (
47
{afterStr}
48
</span>
49
50
51
52
return title;
53
54
onSelectFile={serviceProps.onSelectFile}
0 commit comments