Update all non-major dependencies (#12815)
* Update all non-major dependencies * Prettier --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
57f30f18d0
commit
bacf738ac8
8 changed files with 33 additions and 49 deletions
|
@ -143,7 +143,7 @@ const BaseCard: React.FC<IProps> = forwardRef<HTMLDivElement, IProps>(
|
|||
{header}
|
||||
</Text>
|
||||
) : (
|
||||
header ?? <div className="mx_BaseCard_header_spacer" />
|
||||
(header ?? <div className="mx_BaseCard_header_spacer" />)
|
||||
)}
|
||||
{closeButton}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue