X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b026476240a6f347b579e03efd53a9043f8daa5a..ceca6c57cc7d0357ab74abd47b80633a885ec575:/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;