[arvados] updated: 2.7.0-5676-g7d41864829
git repository hosting
git at public.arvados.org
Fri Dec 22 19:47:38 UTC 2023
Summary of changes:
.../workbench2/src/views-components/side-panel/side-panel-collapsed.tsx | 2 --
1 file changed, 2 deletions(-)
via 7d4186482935be7cb877de4af81da440311a1605 (commit)
from 68dcbf13477b97edc0e5ce0b377f612232b3ac6b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 7d4186482935be7cb877de4af81da440311a1605
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Fri Dec 22 14:47:35 2023 -0500
21200: removed excess breadcrumb check Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/views-components/side-panel/side-panel-collapsed.tsx b/services/workbench2/src/views-components/side-panel/side-panel-collapsed.tsx
index a40c64b3b7..b332fc9158 100644
--- a/services/workbench2/src/views-components/side-panel/side-panel-collapsed.tsx
+++ b/services/workbench2/src/views-components/side-panel/side-panel-collapsed.tsx
@@ -120,9 +120,7 @@ const mapStateToProps = ({auth, properties }: RootState) => {
return {
user: auth.user,
selectedPath: properties.breadcrumbs
- ? properties.breadcrumbs[0].label !== SidePanelTreeCategory.SHELL_ACCESS
? properties.breadcrumbs[0].label
- : SidePanelCollapsedCategory.SHELL_ACCESS
: SidePanelCollapsedCategory.PROJECTS,
}
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list