0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-27 12:48:39 +00:00

Remove showThumbnail from MetadataEditor props

This commit is contained in:
G.Ambatte
2021-10-30 18:14:21 +13:00
parent 4714074b12
commit bade8ad32f
@@ -20,8 +20,7 @@ const MetadataEditor = createClass({
authors : [],
systems : [],
renderer : 'legacy',
thumbnail : '',
showThumbnail : false
thumbnail : ''
},
onChange : ()=>{}
};