From 3b34fe72b9b5daf05c4ce6e56927f9c65e788b2b Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Mon, 17 May 2021 19:23:35 +1200 Subject: [PATCH] Lint fix. --- 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 b0889f757..ea986d5ac 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.jsx +++ b/client/homebrew/editor/metadataEditor/metadataEditor.jsx @@ -67,7 +67,7 @@ const MetadataEditor = createClass({ getRedditLink : function(){ const meta = this.props.metadata; - + const shareLink = (meta.googleID ? meta.googleId + meta.shareId : 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.