refs #14320-improper-alert-color-when-creating-new-item
[arvados.git] / src / views / process-panel / process-information-card.tsx
index 40fd8b229681ff38abd14125450e812e1767d564..9b21ce5e27e4f38c908eed42fb6497bc9884c6bb 100644 (file)
@@ -70,11 +70,12 @@ export interface ProcessInformationCardDataProps {
     onContextMenu: (event: React.MouseEvent<HTMLElement>) => void;
 }
 
-type ProcessInformationCardProps = ProcessInformationCardDataProps & WithStyles<CssRules>;
+type ProcessInformationCardProps = ProcessInformationCardDataProps & WithStyles<CssRules, true>;
 
 export const ProcessInformationCard = withStyles(styles, { withTheme: true })(
     ({ classes, process, onContextMenu, theme }: ProcessInformationCardProps) =>
         <Card className={classes.card}>
+        {console.log(process)}
             <CardHeader
                 classes={{
                     content: classes.title,