X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/a54420c0b7b6566ecf9d0f04835e6d8a3ef165d9..c872f6b8420d83f2b378a274c412e3bc1865cd8c:/src/views/process-panel/process-io-card.tsx?ds=inline diff --git a/src/views/process-panel/process-io-card.tsx b/src/views/process-panel/process-io-card.tsx index baa51496..43be9240 100644 --- a/src/views/process-panel/process-io-card.tsx +++ b/src/views/process-panel/process-io-card.tsx @@ -404,7 +404,7 @@ const ProcessIOPreview = withStyles(styles)( [classes.noBorderRow]: (rest.length > 0), }; - return <> + return {param.id} @@ -424,7 +424,7 @@ const ProcessIOPreview = withStyles(styles)( [classes.noBorderRow]: (i < rest.length - 1), [classes.secondaryRow]: val.secondary, }; - return + return {showLabel && } @@ -437,10 +437,10 @@ const ProcessIOPreview = withStyles(styles)( })} - ; + ; })} - ; + ; }); interface ProcessValuePreviewProps {