mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 02:02:51 +00:00
Removing unneeded code
This commit is contained in:
@@ -6,7 +6,7 @@ var Nav = require('naturalcrit/nav/nav.jsx');
|
||||
const MAX_TITLE_LENGTH = 50;
|
||||
|
||||
|
||||
var RedditShare = React.createClass({
|
||||
var EditTitle = React.createClass({
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
title : '',
|
||||
@@ -30,4 +30,4 @@ var RedditShare = React.createClass({
|
||||
|
||||
});
|
||||
|
||||
module.exports = RedditShare;
|
||||
module.exports = EditTitle;
|
||||
@@ -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>
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user