diff --git a/themes/typography/index.js b/themes/typography/index.js index 45f80f14..bd9f3b48 100644 --- a/themes/typography/index.js +++ b/themes/typography/index.js @@ -58,7 +58,7 @@ export const useSimpleGlobal = () => useContext(ThemeGlobalSimple) * @returns */ const LayoutBase = props => { - const { children, slotTop } = props + const { children } = props const { onLoading, fullWidth } = useGlobal() // const onLoading = true const searchModal = useRef(null) @@ -96,7 +96,6 @@ const LayoutBase = props => { ) : ( <> - {slotTop} {children} )}