refs #14320-improper-alert-color-when-creating-new-item
[arvados.git] / src / views / process-panel / process-information-card.tsx
index 08131266fe69d0af6cf2032f0876c17e8dbda98a..9b21ce5e27e4f38c908eed42fb6497bc9884c6bb 100644 (file)
@@ -75,6 +75,7 @@ type ProcessInformationCardProps = ProcessInformationCardDataProps & WithStyles<
 export const ProcessInformationCard = withStyles(styles, { withTheme: true })(
     ({ classes, process, onContextMenu, theme }: ProcessInformationCardProps) =>
         <Card className={classes.card}>
+        {console.log(process)}
             <CardHeader
                 classes={{
                     content: classes.title,