From 70bdb07c1e59815348e18e1bb9d6c0c3b4dad6c9 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Wed, 9 Jun 2021 21:42:12 +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 e0ec19374..ed9cabcd1 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.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.