Removed classes property from card because material-ui did not like classes.header being set
This commit is contained in:
@@ -173,7 +173,7 @@ const InfoCard: FC<Props> = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<Card style={calculatedStyle} classes={classes}>
|
||||
<Card style={calculatedStyle}>
|
||||
<ErrorBoundary slackChannel={slackChannel}>
|
||||
{title && (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user