X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f53d651573ef8c358cbdf38c7a56c6aed8178b61..247b312a502ac3fdcc915a2e6e858a0eea8c0c5b:/src/components/details-attribute/details-attribute.tsx diff --git a/src/components/details-attribute/details-attribute.tsx b/src/components/details-attribute/details-attribute.tsx index dce08986..78b4341d 100644 --- a/src/components/details-attribute/details-attribute.tsx +++ b/src/components/details-attribute/details-attribute.tsx @@ -43,7 +43,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ interface DetailsAttributeDataProps { label: string; classLabel?: string; - value?: string | number; + value?: React.ReactNode; classValue?: string; lowercaseValue?: boolean; link?: string;