mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +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}
|
||||
renderer={this.props.renderer}
|
||||
theme={this.props.brew.theme}
|
||||
userThemes={this.props.brew.userThemes}
|
||||
undo={this.undo}
|
||||
redo={this.redo}
|
||||
foldCode={this.foldCode}
|
||||
|
||||
Reference in New Issue
Block a user