mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
lint line fix
This commit is contained in:
parent
c83d01f843
commit
b388929865
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ require('./not-available.scss');
|
|||
|
||||
const ProjectNotAvailable = () => (
|
||||
<React.Fragment>
|
||||
{/* Adding title as a prop rather than a child prevents a recursion error when used in a component with useEffect */}
|
||||
{/* Adding title as a prop rather than a child prevents a
|
||||
recursion error when used in a component with useEffect */}
|
||||
<Helmet title={'Scratch - Imagine, Program, Share'} />
|
||||
<div className="not-available-outer">
|
||||
<FlexRow className="inner">
|
||||
|
|
Loading…
Reference in a new issue