We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db1108 commit f1dafffCopy full SHA for f1dafff
packages/react-core/src/components/Masthead/MastheadBrand.tsx
@@ -4,7 +4,7 @@ import { css } from '@patternfly/react-styles';
4
5
export interface MastheadBrandProps extends React.DetailedHTMLProps<React.HTMLProps<HTMLDivElement>, HTMLDivElement> {
6
/** Content rendered inside of the masthead brand. */
7
- children: React.ReactNode;
+ children?: React.ReactNode;
8
/** Additional classes added to the masthead brand. */
9
className?: string;
10
}
0 commit comments