mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
chore: add missing dep & nits :(
This commit is contained in:
parent
3530cbe173
commit
0058b20d9e
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@ import styles from './styles.css';
|
|||
/* eslint-disable react/prefer-stateless-function */
|
||||
export default class Layout extends React.Component {
|
||||
render() {
|
||||
console.log(this.props);
|
||||
const {children, pagesData, docsData, location} = this.props;
|
||||
const routeLinks = [...pagesData, ...docsData].map(
|
||||
data =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue