[arvados] updated: 2.7.0-6075-g8c536da815
git repository hosting
git at public.arvados.org
Tue Mar 26 23:05:25 UTC 2024
Summary of changes:
.../src/views-components/project-details-card/project-details-card.tsx | 1 -
1 file changed, 1 deletion(-)
via 8c536da81592d21feeabeba0076c3a9347a9851f (commit)
from 1a1258b91f61253d78a6b0552e2f03f9dec73b1f (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 8c536da81592d21feeabeba0076c3a9347a9851f
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Tue Mar 26 19:05:21 2024 -0400
21224: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/views-components/project-details-card/project-details-card.tsx b/services/workbench2/src/views-components/project-details-card/project-details-card.tsx
index e945d5378b..1b4601233b 100644
--- a/services/workbench2/src/views-components/project-details-card/project-details-card.tsx
+++ b/services/workbench2/src/views-components/project-details-card/project-details-card.tsx
@@ -256,7 +256,6 @@ const ProjectCard: React.FC<ProjectCardProps> = ({ classes, currentResource, fro
const [showProperties, setShowProperties] = React.useState(false);
const toggleDescription = () => {
- console.log(showDescription, showProperties);
setShowDescription(!showDescription);
};
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list