mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 20:12:41 +00:00
Clean up console logs
Eliminate erroronous theme pulldown texture load.
This commit is contained in:
@@ -202,7 +202,7 @@ const MetadataEditor = createClass({
|
||||
const preview = theme?.thumbnail ? theme.thumbnail : `/themes/${theme.renderer}/${theme.path}/dropdownPreview.png`;
|
||||
return <div className='item' key={`${renderer}_${theme.name}`} onClick={()=>this.handleTheme(theme, renderer)} title={''}>
|
||||
{`${renderer} : ${theme.name}`}
|
||||
<img src={`/themes/${theme.renderer}/${theme.path}/dropdownTexture.png`}/>
|
||||
<img src={`/themes/${theme.renderer}/${theme.path[0] == '#' ? '5ePHB' : theme.path}/dropdownTexture.png`}/>
|
||||
<div className='preview'>
|
||||
<h6>{`${theme.name}`} preview</h6>
|
||||
<img src={`${preview}`}/>
|
||||
|
||||
Reference in New Issue
Block a user