0
0
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:
Trevor Buckner
2024-07-11 00:25:11 -04:00
parent 29c2274a19
commit 5c0a072115

View File

@@ -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}