diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index 3417d7c4d..efcc9c861 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -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}