0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Merge branch 'master' into addTagsToBrewItem-#2317

This commit is contained in:
G.Ambatte
2022-09-03 13:27:19 +12:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ const NewPage = createClass({
componentDidMount : function() {
document.addEventListener('keydown', this.handleControlKeys);
const brew = this.props.brew;
const brew = this.state.brew;
if(typeof window !== 'undefined') { //Load from localStorage if in client browser
const brewStorage = localStorage.getItem(BREWKEY);