diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.jsx b/client/homebrew/editor/metadataEditor/metadataEditor.jsx index ea986d5ac..e0ec19374 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.jsx +++ b/client/homebrew/editor/metadataEditor/metadataEditor.jsx @@ -68,7 +68,7 @@ const MetadataEditor = createClass({ getRedditLink : function(){ const meta = this.props.metadata; - const shareLink = (meta.googleID ? meta.googleId + meta.shareId : meta.shareId); + const shareLink = (meta.googleID || '') + meta.shareId; const title = `${meta.title} [${meta.systems.join(' ')}]`; const text = `Hey guys! I've been working on this homebrew. I'd love your feedback. Check it out.