From bade8ad32fbba10c19152103f7db1658673164fb Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sat, 30 Oct 2021 18:14:21 +1300 Subject: [PATCH] Remove showThumbnail from MetadataEditor props --- .../editor/metadataEditor/metadataEditor.jsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.jsx b/client/homebrew/editor/metadataEditor/metadataEditor.jsx index 1786d62c7..790769fbe 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.jsx +++ b/client/homebrew/editor/metadataEditor/metadataEditor.jsx @@ -12,16 +12,15 @@ const MetadataEditor = createClass({ getDefaultProps : function() { return { metadata : { - editId : null, - title : '', - description : '', - tags : '', - published : false, - authors : [], - systems : [], - renderer : 'legacy', - thumbnail : '', - showThumbnail : false + editId : null, + title : '', + description : '', + tags : '', + published : false, + authors : [], + systems : [], + renderer : 'legacy', + thumbnail : '' }, onChange : ()=>{} };