[arvados-workbench2] updated: 2.7.0-237-ge2f200c5
git repository hosting
git at public.arvados.org
Thu Nov 16 14:33:52 UTC 2023
Summary of changes:
src/views-components/side-panel/side-panel-collapsed.tsx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
via e2f200c518a48a05bb8dba7682dbb445c19951df (commit)
from 25667ac485387b286faa5c5e4a6bb96231dddf20 (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 e2f200c518a48a05bb8dba7682dbb445c19951df
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Thu Nov 16 09:33:46 2023 -0500
19302: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/src/views-components/side-panel/side-panel-collapsed.tsx b/src/views-components/side-panel/side-panel-collapsed.tsx
index cbfd285d..d2f5cfec 100644
--- a/src/views-components/side-panel/side-panel-collapsed.tsx
+++ b/src/views-components/side-panel/side-panel-collapsed.tsx
@@ -103,11 +103,11 @@ const sidePanelCollapsedCategories: TCollapsedCategory[] = [
]
type SidePanelCollapsedProps = {
- user: User,
- selectedPath: string,
- navToHome: (uuid: string)=>void,
- navTo: (navTarget: RouterAction | '')=>void,
-}
+ user: User;
+ selectedPath: string;
+ navToHome: (uuid: string) => void;
+ navTo: (navTarget: RouterAction | '') => void;
+};
const mapStateToProps = ({auth, properties }: RootState) => {
return {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list