0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 10:02:43 +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, published : false,
authors : [], authors : [],
systems : [], systems : [],
renderer : 'legacy', renderer : 'legacy'
thumbnail : ''
} }
}; };
}, },