0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-28 12:38:39 +00:00

Clean up unused code

This commit is contained in:
Trevor Buckner
2024-09-15 21:42:55 -04:00
parent 85401ba71b
commit 81ab9417d3
4 changed files with 16 additions and 59 deletions
+3 -3
View File
@@ -34,9 +34,9 @@ const HomePage = createClass({
brew : this.props.brew,
welcomeText : this.props.brew.text,
error : undefined,
currentEditorViewPageNum : 0,
currentEditorCursorPageNum : 0,
currentBrewRendererPageNum : 0,
currentEditorViewPageNum : 1,
currentEditorCursorPageNum : 1,
currentBrewRendererPageNum : 1,
themeBundle : {}
};
},