[arvados] updated: 2.7.0-6582-gd19919fd9c
git repository hosting
git at public.arvados.org
Thu May 16 18:48:41 UTC 2024
Summary of changes:
.../src/views-components/details-card/project-details-card.tsx | 2 --
1 file changed, 2 deletions(-)
via d19919fd9ccbeacf67d899ba72b5ef5d968f786f (commit)
from d08555c1e9d865731c6e809cb494ee332e9cfe31 (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 d19919fd9ccbeacf67d899ba72b5ef5d968f786f
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Thu May 16 14:48:37 2024 -0400
21224: removed vestigial parser
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/views-components/details-card/project-details-card.tsx b/services/workbench2/src/views-components/details-card/project-details-card.tsx
index 79a3dbbfdd..4aab856ef3 100644
--- a/services/workbench2/src/views-components/details-card/project-details-card.tsx
+++ b/services/workbench2/src/views-components/details-card/project-details-card.tsx
@@ -175,8 +175,6 @@ export const ProjectCard = connect(
setShowProperties(!showProperties);
};
- const parser = new DOMParser();
-
return (
<Card
className={classes.root}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list