mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
Oops - forgot to remove debugging statement
This commit is contained in:
parent
7b2e950a4c
commit
0df005484c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class DocsLayout extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
const metadata = this.props.metadata;
|
const metadata = this.props.metadata;
|
||||||
const content = this.props.children;
|
const content = this.props.children;
|
||||||
const i18n = false; //translation[this.props.metadata.language];
|
const i18n = translation[this.props.metadata.language];
|
||||||
let DocComponent = Doc;
|
let DocComponent = Doc;
|
||||||
if (this.props.Doc) {
|
if (this.props.Doc) {
|
||||||
DocComponent = this.props.Doc;
|
DocComponent = this.props.Doc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue