mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 20:23:39 +00:00
Remove weirdly redundant error box.
This commit is contained in:
@@ -244,11 +244,6 @@ const BrewRenderer = (props)=>{
|
|||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
style={{ height: state.height }}>
|
style={{ height: state.height }}>
|
||||||
|
|
||||||
<ErrorBar errors={props.errors} />
|
|
||||||
<div className='popups'>
|
|
||||||
<RenderWarnings />
|
|
||||||
<NotificationPopup />
|
|
||||||
</div>
|
|
||||||
<link href={`/css/${blankRendererPath}/Blank`} type='text/css' rel='stylesheet'/>
|
<link href={`/css/${blankRendererPath}/Blank`} type='text/css' rel='stylesheet'/>
|
||||||
{baseThemePath &&
|
{baseThemePath &&
|
||||||
<link href={staticOrUserParent} type='text/css' rel='stylesheet'/>
|
<link href={staticOrUserParent} type='text/css' rel='stylesheet'/>
|
||||||
|
|||||||
Reference in New Issue
Block a user