mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 03:22:38 +00:00
Fix issue with empty theme ( /faq )
This commit is contained in:
@@ -184,7 +184,7 @@ const BrewRenderer = (props)=>{
|
||||
let rendererPath = props.renderer == 'V3' ? 'V3' : 'Legacy';
|
||||
let baseRendererPath = props.renderer == 'V3' ? 'V3' : 'Legacy';
|
||||
const blankRendererPath = props.renderer == 'V3' ? 'V3' : 'Legacy';
|
||||
if(props.theme[0] === '#') {
|
||||
if(props?.theme && (props?.theme[0] === '#')) {
|
||||
rendererPath = 'Brew';
|
||||
}
|
||||
let themePath = props.theme ?? '5ePHB';
|
||||
|
||||
Reference in New Issue
Block a user