diff --git a/client/homebrew/brewRenderer/errorBar/errorBar.jsx b/client/homebrew/brewRenderer/errorBar/errorBar.jsx index 664b835fe..9529fa9a4 100644 --- a/client/homebrew/brewRenderer/errorBar/errorBar.jsx +++ b/client/homebrew/brewRenderer/errorBar/errorBar.jsx @@ -27,7 +27,7 @@ const ErrorBar = (props)=>{ const renderProtip = ()=>(

Protips!

- {hasOpenError &&
Unmatched opening tag. Close your tags, like this {'
'}. Match types!
} + {hasOpenError &&
Unmatched opening tag. Close your tags, like this {'
'}. Match types!} {hasCloseError &&
Unmatched closing tag. Either remove it or check where it was opened.
} {hasMatchError &&
Type mismatch. Closed a tag with a different type.
} @@ -42,7 +42,7 @@ const ErrorBar = (props)=>{

There are HTML errors in your markup

- If these aren't fixed your brew will not render properly when you print it to PDF or share it + If these aren't fixed your brew will not render properly when you print it to PDF or share it {renderErrors()}