0
0
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:
David Bolack
2024-06-13 18:13:32 -05:00
parent 0945a5e47e
commit 7a349ae26d

View File

@@ -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'/>