mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-16 03:52:42 +00:00
Add to /new page
This commit is contained in:
@@ -19,13 +19,12 @@ const SharePage = createClass({
|
||||
getDefaultProps : function() {
|
||||
return {
|
||||
brew : DEFAULT_BREW_LOAD,
|
||||
themeBundle : {}
|
||||
};
|
||||
},
|
||||
|
||||
getInitialState : function() {
|
||||
return {
|
||||
themeBundle : this.props.themeBundle
|
||||
themeBundle : {}
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user