From 9791e4a669e0573f155a9785de550e9cb8520296 Mon Sep 17 00:00:00 2001 From: Pawel Kowalczyk Date: Fri, 10 May 2019 12:33:47 +0200 Subject: [PATCH] fixed-bug-when-navigating-not-rfom-collections Feature #15020 Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk --- src/components/details-attribute/details-attribute.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/details-attribute/details-attribute.tsx b/src/components/details-attribute/details-attribute.tsx index b8955d4e..3586d22d 100644 --- a/src/components/details-attribute/details-attribute.tsx +++ b/src/components/details-attribute/details-attribute.tsx @@ -60,7 +60,7 @@ export const DetailsAttribute = withStyles(styles)( {label} {link && {value}} - {linkInsideCard && {value}} + {linkInsideCard && {value}} {!link && !linkInsideCard &&