Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
fix(nodejs-react): fix navigation rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarilani committed Sep 27, 2017
1 parent adcc18e commit cc4b797
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/browser/navigation/navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const {SearchForm} = require('../search/search-form.jsx');
const {Navbar, Logo, SidebarToogle} = require('./navbar.jsx');
const searchLoad = require('../search/load');


class Navigation extends React.Component {
constructor (props) {
super(props);
Expand Down
2 changes: 1 addition & 1 deletion scripts/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require('babel-register')({

const React = require('react');
const ReactDOM = require('react-dom/server');
const {Navigation} = require('../lib/browser/navigation/index.jsx');
const {Navigation} = require('../lib/browser/navigation/navigation.jsx');
const components = {
Navigation
};
Expand Down

0 comments on commit cc4b797

Please # to comment.