0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 22:32:45 +00:00

Remove unnecessary thumbnail default prop

This commit is contained in:
G.Ambatte
2021-10-30 18:13:04 +13:00
parent 785b859d63
commit 4714074b12

View File

@@ -45,8 +45,7 @@ const EditPage = createClass({
published : false,
authors : [],
systems : [],
renderer : 'legacy',
thumbnail : ''
renderer : 'legacy'
}
};
},