diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.jsx b/client/homebrew/editor/metadataEditor/metadataEditor.jsx index 5ad5c56e9..8bba6a135 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.jsx +++ b/client/homebrew/editor/metadataEditor/metadataEditor.jsx @@ -205,15 +205,20 @@ const MetadataEditor = createClass({ renderAuthors : function(){ const authors = this.props.metadata.authors; - let text = 'None.'; - if(authors && authors.length){ - text = authors.join(', '); - } if(!this.state.isOwner || authors.length < 2) return (