diff --git a/src/components/App/App.tsx b/src/components/App/App.tsx index ea97575..2fc5207 100644 --- a/src/components/App/App.tsx +++ b/src/components/App/App.tsx @@ -162,7 +162,7 @@ export function App(props: DocInnerProps): ReactElement { const pageContext = { ...settings, onChangeLang, - } + }; if (!navigation) { return ( @@ -215,12 +215,20 @@ export function App(props: DocInnerProps): ReactElement { custom={{ navigation: { controls: () => ( - + ), }, blocks: { page: () => ( - + {type === DocumentType.PageConstructor && 'data' in data && ( ( showMiniToc, onChangeShowMiniToc, - + lang, langs, onChangeLang,