0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 18:12:40 +00:00

Default thumbnail to visible rather than hidden

This commit is contained in:
G.Ambatte
2021-10-30 13:26:08 +13:00
parent ed042a66a4
commit 029077b92b

View File

@@ -28,7 +28,7 @@ const MetadataEditor = createClass({
getInitialState : function(){
return {
showThumbnail : false
showThumbnail : true
};
},