mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 22:12:48 +00:00
userThemes passed to SnippetBar.jsx is never used
This commit is contained in:
@@ -417,7 +417,6 @@ const Editor = createClass({
|
|||||||
showEditButtons={this.props.showEditButtons}
|
showEditButtons={this.props.showEditButtons}
|
||||||
renderer={this.props.renderer}
|
renderer={this.props.renderer}
|
||||||
theme={this.props.brew.theme}
|
theme={this.props.brew.theme}
|
||||||
userThemes={this.props.brew.userThemes}
|
|
||||||
undo={this.undo}
|
undo={this.undo}
|
||||||
redo={this.redo}
|
redo={this.redo}
|
||||||
foldCode={this.foldCode}
|
foldCode={this.foldCode}
|
||||||
|
|||||||
Reference in New Issue
Block a user