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