mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 16:12:38 +00:00
Lint whitespace changes
This commit is contained in:
@@ -45,7 +45,7 @@ const SplitPane = createClass({
|
|||||||
|
|
||||||
// This lives here instead of in the initial render because you cannot touch localStorage until the componant mounts.
|
// This lives here instead of in the initial render because you cannot touch localStorage until the componant mounts.
|
||||||
const loadLiveScroll = window.localStorage.getItem('liveScroll') === 'true';
|
const loadLiveScroll = window.localStorage.getItem('liveScroll') === 'true';
|
||||||
this.setState({ liveScroll : loadLiveScroll });
|
this.setState({ liveScroll: loadLiveScroll });
|
||||||
},
|
},
|
||||||
|
|
||||||
componentWillUnmount : function() {
|
componentWillUnmount : function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user