Skip to content

Commit 77daf97

Browse files
authored
Update packages/react/src/PageLayout/PageLayout.tsx
1 parent 79430bb commit 77daf97

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
@@ -907,7 +907,7 @@ const Footer: FCWithSlotMarker<React.PropsWithChildren<PageLayoutFooterProps>> =
907907
children,
908908
className,
909909
style,
910-
}) {
910+
}) => {
911911
// Combine divider and dividerWhenNarrow for backwards compatibility
912912
const dividerProp =
913913
!isResponsiveValue(divider) && dividerWhenNarrow !== 'inherit'

0 commit comments

Comments
 (0)