0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 10:52:46 +00:00

Update client/homebrew/editor/metadataEditor/metadataEditor.jsx

Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
This commit is contained in:
G.Ambatte
2021-05-18 16:37:13 +12:00
committed by GitHub
parent 3b34fe72b9
commit 23e773ce64

View File

@@ -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.