0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 00:42:40 +00:00

space to tabs

This commit is contained in:
Trevor Buckner
2025-01-05 22:53:30 -05:00
parent 49db31426c
commit 5a9e7850c2

View File

@@ -4,7 +4,6 @@ const _ = require('lodash');
import Dialog from '../../../components/dialog.jsx';
const DISMISS_BUTTON = <i className='fas fa-times dismiss' />;
const ErrorBar = (props)=>{
@@ -18,7 +17,7 @@ const ErrorBar = (props)=>{
if(err.id === 'MISMATCH') hasMatchError = true;
return (
<li key={idx}>
Line {err.line} : {err.text}, '{err.type}' tag
Line {err.line} : {err.text}, '{err.type}' tag
</li>
);
})}
@@ -42,10 +41,10 @@ const ErrorBar = (props)=>{
<div>
<i className='fas fa-exclamation-triangle' />
<h2> There are HTML errors in your markup</h2>
<small>
If these aren't fixed your brew will not render properly when you print it to PDF or share it
</small>
{renderErrors()}
<small>
If these aren't fixed your brew will not render properly when you print it to PDF or share it
</small>
{renderErrors()}
</div>
<hr />
{renderProtip()}