0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 18:52:38 +00:00

Reorder snippets

This commit is contained in:
Trevor Buckner
2022-08-06 12:09:14 -04:00
parent 44dbb8f285
commit ddcf34c006
2 changed files with 1 additions and 2 deletions

View File

@@ -151,7 +151,6 @@ const MetadataEditor = createClass({
renderThemeDropdown : function(){
const listThemes = (renderer)=>{
return _.map(_.values(Themes[renderer]), (theme)=>{
console.log(theme);
return <div className='item' key={''} onClick={()=>this.handleTheme(theme)} title={''}>
{`${theme.renderer} : ${theme.name}`}
<img src={`/themes/${theme.renderer}/${theme.path}/dropdownTexture.png`}/>