Skip to content

Commit

Permalink
Merge pull request #651 from SelectQuoteLabs/issue/650-no-title-in-SQ…
Browse files Browse the repository at this point in the history
…FormScrollableCard

Issue/650 no title in sq form scrollable card
  • Loading branch information
hvilander authored Mar 29, 2022
2 parents b427632 + 3feef6e commit 8d4dd75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function SQFormScrollableCard<Values>({
>
{!isHeaderDisabled && (
<CardHeader
title={undefined}
title={title}
className={classes.cardHeader}
titleTypographyProps={{variant: titleVariant}}
/>
Expand Down

0 comments on commit 8d4dd75

Please sign in to comment.