X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/00a61a4484185dc98daa92af5f189779cc10ad3c..c7bc8de8c8feccfd36b23f4228099ce86f365841:/src/views/process-panel/process-information-card.tsx?ds=sidebyside diff --git a/src/views/process-panel/process-information-card.tsx b/src/views/process-panel/process-information-card.tsx index 08131266fe..9b21ce5e27 100644 --- a/src/views/process-panel/process-information-card.tsx +++ b/src/views/process-panel/process-information-card.tsx @@ -75,6 +75,7 @@ type ProcessInformationCardProps = ProcessInformationCardDataProps & WithStyles< export const ProcessInformationCard = withStyles(styles, { withTheme: true })( ({ classes, process, onContextMenu, theme }: ProcessInformationCardProps) => + {console.log(process)}