From 23e773ce641c701c3546df8b5ca59f76306865ac Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Tue, 18 May 2021 16:37:13 +1200 Subject: [PATCH] Update client/homebrew/editor/metadataEditor/metadataEditor.jsx Co-authored-by: Trevor Buckner --- client/homebrew/editor/metadataEditor/metadataEditor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.