Skip to content

Commit

Permalink
[core] Remove dead code seoTitle
Browse files Browse the repository at this point in the history
This creates noise in the dev tools console.
  • Loading branch information
oliviertassinari committed Sep 4, 2023
1 parent f0e94e6 commit e561b9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/modules/components/MarkdownDocsV2.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ export default function MarkdownDocsV2(props) {
disableToc={disableToc}
location={localizedDoc.location}
title={localizedDoc.title}
seoTitle={localizedDoc.seoTitle}
toc={activeToc}
disableLayout
hasTabs={hasTabs}
Expand Down

0 comments on commit e561b9d

Please sign in to comment.