triggering-view-details-from-more-options-does-not-works
[arvados-workbench2.git] / src / views / process-panel / process-information-card.tsx
index 40fd8b229681ff38abd14125450e812e1767d564..08131266fe69d0af6cf2032f0876c17e8dbda98a 100644 (file)
@@ -70,7 +70,7 @@ 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) =>