0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 10:02:43 +00:00

Lint fixes

This commit is contained in:
G.Ambatte
2021-12-31 13:35:50 +13:00
parent 0beabc6c0c
commit 896d9ae2c7
2 changed files with 3 additions and 4 deletions

View File

@@ -376,8 +376,7 @@ const EditPage = createClass({
Oops! Oops!
<div className='errorContainer'> <div className='errorContainer'>
Looks like there was a problem saving. <br /> Looks like there was a problem saving. <br />
Report the issue <a target='_blank' rel='noopener noreferrer' Report the issue <a target='_blank' rel='noopener noreferrer' href={`https://github.com/naturalcrit/homebrewery/issues/new?body=${encodeURIComponent(errMsg)}`}>
href={`https://github.com/naturalcrit/homebrewery/issues/new?body=${encodeURIComponent(errMsg)}`}>
here here
</a>. </a>.
</div> </div>

View File

@@ -253,8 +253,8 @@ const NewPage = createClass({
Oops! Oops!
<div className='errorContainer'> <div className='errorContainer'>
Looks like there was a problem saving. <br /> Looks like there was a problem saving. <br />
Report the issue <a target='_blank' rel='noopener noreferrer' Report the issue <a target='_blank' rel='noopener noreferrer' href={`https://github.com/naturalcrit/homebrewery/issues/new?body=${encodeURIComponent(errMsg)}`}
href={`https://github.com/naturalcrit/homebrewery/issues/new?body=${encodeURIComponent(errMsg)}`}> >
here here
</a>. </a>.
</div> </div>