From f85043c314604dfd42a38570dff22bd0348240b8 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Thu, 19 Nov 2020 16:17:59 -0300 Subject: [PATCH] 13494: Adds explaining tooltip to version number link on collection panel. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- src/views/collection-panel/collection-panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/collection-panel/collection-panel.tsx b/src/views/collection-panel/collection-panel.tsx index 0a4cf3c7..57c11fb8 100644 --- a/src/views/collection-panel/collection-panel.tsx +++ b/src/views/collection-panel/collection-panel.tsx @@ -315,9 +315,9 @@ export const CollectionDetailsAttributes = (props: { item: CollectionResource, t classLabel={classes.label} classValue={classes.value} label='Version number' value={ showVersionBrowser !== undefined - ? showVersionBrowser()}> + ? showVersionBrowser()}> {item.version} - + : item.version } /> -- 2.30.2