1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-31 16:41:31 +00:00

Removing unneeded code

This commit is contained in:
Scott Tolksdorf
2016-05-10 21:45:58 -04:00
parent c07c9911ec
commit c9bfd08bb3
10 changed files with 10 additions and 594 deletions

View File

@@ -19,11 +19,7 @@ var Navbar = React.createClass({
<Nav.item>v1.5.0</Nav.item>
</Nav.section>
{this.props.children}
{this.props.children}
</Nav.base>
}
});