Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/docs-component-md-loader' into d…
Browse files Browse the repository at this point in the history
…ocs-component-md-loader
  • Loading branch information
flaviendelangle committed Sep 28, 2022
2 parents 7be253e + 9d4ef1b commit c4ee119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/MarkdownDocs.js
Expand Up @@ -46,7 +46,7 @@ export default function MarkdownDocs(props) {
const t = useTranslate();

const localizedDoc = docs[userLanguage] || docs.en;
const { description, location, rendered, title, toc, headers } = localizedDoc;
const { description, location, rendered, title, toc } = localizedDoc;

const isJoy = asPathWithoutLang.startsWith('/joy-ui');
const Provider = isJoy ? CssVarsProvider : React.Fragment;
Expand Down

0 comments on commit c4ee119

Please sign in to comment.