Skip to content

Commit d127f79

Browse files
authored
Update packages/react/src/PageLayout/PageLayout.tsx
1 parent 56db8bd commit d127f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/PageLayout/PageLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ export type PageLayoutHeaderProps = {
443443
style?: React.CSSProperties
444444
}
445445

446-
const Header: FCWithSlotMarker<React.PropsWithChildren<PageLayoutHeaderProps>> = function Header({
446+
const Header: FCWithSlotMarker<React.PropsWithChildren<PageLayoutHeaderProps>> = ({
447447
'aria-label': label,
448448
'aria-labelledby': labelledBy,
449449
padding = 'none',

0 commit comments

Comments
 (0)