0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 16:32:40 +00:00

Remove unneeded HR

This commit is contained in:
G.Ambatte
2023-06-25 15:24:10 +12:00
parent 9ddae7bbea
commit 9de4a82977

View File

@@ -31,7 +31,6 @@ const ErrorPage = createClass({
<h1>{`Error ${this.props.brew.status || '000'}`}</h1>
<h4>{this.props.brew.text || 'No error text'}</h4>
</div>
<hr />
<div dangerouslySetInnerHTML={{ __html: Markdown.render(errorText) }} />
</div>
</UIPage>;