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 79430bb commit 77daf97Copy full SHA for 77daf97
packages/react/src/PageLayout/PageLayout.tsx
@@ -907,7 +907,7 @@ const Footer: FCWithSlotMarker<React.PropsWithChildren<PageLayoutFooterProps>> =
907
children,
908
className,
909
style,
910
-}) {
+}) => {
911
// Combine divider and dividerWhenNarrow for backwards compatibility
912
const dividerProp =
913
!isResponsiveValue(divider) && dividerWhenNarrow !== 'inherit'
0 commit comments