fix: Made the subhead in InfoCard not duplicate top padding props twice

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
Gustaf Räntilä
2024-04-06 09:32:23 +02:00
parent a764856196
commit f72f3a076d
@@ -217,10 +217,7 @@ export function InfoCard(props: Props): JSX.Element {
}
return (
<div
className={classes.headerSubheader}
data-testid="info-card-subheader"
>
<div data-testid="info-card-subheader">
{subheader && <div className={classes.subheader}>{subheader}</div>}
{icon}
</div>