X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6f3e2cd586172574f2b6ee0f03fc5c79e7ce3b32..6dfef004d33b147cbe80bbb5ecc6922ac25f156d:/services/workbench2/src/components/details-attribute/details-attribute.tsx diff --git a/services/workbench2/src/components/details-attribute/details-attribute.tsx b/services/workbench2/src/components/details-attribute/details-attribute.tsx index d965b60f5b..5130db56d1 100644 --- a/services/workbench2/src/components/details-attribute/details-attribute.tsx +++ b/services/workbench2/src/components/details-attribute/details-attribute.tsx @@ -96,10 +96,10 @@ export const DetailsAttribute = connect(mapStateToProps)(withStyles(styles)( if (linkUrl[0] === '/') { valueNode = {uuid}; } else { - valueNode = {uuid}; + valueNode = {uuid}; } } else if (link) { - valueNode = {value}; + valueNode = {value}; } else { valueNode = value; }