19302: fixed home directory icon Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox...
authorLisa Knox <lisaknox83@gmail.com>
Mon, 6 Nov 2023 14:26:37 +0000 (09:26 -0500)
committerLisa Knox <lisaknox83@gmail.com>
Mon, 6 Nov 2023 14:26:37 +0000 (09:26 -0500)
src/views-components/side-panel-tree/side-panel-tree.tsx

index 6814a31eb1b8a5b0459ed0609b0dcc9792e4d0d0..0943fe1dc8a97e32559a88aa385a1701e04418cb 100644 (file)
@@ -64,7 +64,7 @@ const getProjectPickerIcon = (item: TreeItem<ProjectResource | string>) =>
         ? getSidePanelIcon(item.data)
         : (item.data && item.data.groupClass === GroupClass.FILTER)
             ? FilterGroupIcon
-            : ProjectIcon;
+            : ProjectsIcon;
 
 export const getSidePanelIcon = (category: string) => {
     switch (category) {