[arvados] updated: 2.7.0-6183-g6fe577611e
git repository hosting
git at public.arvados.org
Thu Mar 14 14:37:00 UTC 2024
Summary of changes:
services/workbench2/src/views-components/data-explorer/renderers.tsx | 1 -
1 file changed, 1 deletion(-)
via 6fe577611e7afeed3c422d19d46f7ab34b201cbd (commit)
from abce699c344ffe2369e1125b1d65e71e2485f7cb (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 6fe577611e7afeed3c422d19d46f7ab34b201cbd
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Thu Mar 14 10:36:48 2024 -0400
21507: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/views-components/data-explorer/renderers.tsx b/services/workbench2/src/views-components/data-explorer/renderers.tsx
index 6406a78e82..91b06c2b2f 100644
--- a/services/workbench2/src/views-components/data-explorer/renderers.tsx
+++ b/services/workbench2/src/views-components/data-explorer/renderers.tsx
@@ -947,7 +947,6 @@ export const ResourceOwnerWithName = ownerFromResourceId(_resourceWithName);
export const ResourceWithName = userFromID(_resourceWithName);
-
export const UserNameFromID = compose(userFromID)((props: { uuid: string; displayAsText?: string; userFullname: string; dispatch: Dispatch }) => {
const { uuid, userFullname, dispatch } = props;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list