mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
More lint
This commit is contained in:
parent
a558c23f8c
commit
261313091d
2 changed files with 6 additions and 4 deletions
|
@ -66,7 +66,7 @@ const WorldMap = props => (
|
|||
pad: 0,
|
||||
autoexpand: true
|
||||
},
|
||||
//autosize: true,
|
||||
// autosize: true,
|
||||
width: props.mapWidth,
|
||||
height: props.mapHeight
|
||||
}
|
||||
|
|
|
@ -841,6 +841,7 @@ class AnnualReport extends React.Component {
|
|||
</div>
|
||||
</div>
|
||||
<div className="initiatives-subsection-content">
|
||||
{/* eslint-disable max-len */}
|
||||
<div className="inner">
|
||||
<div className="subsection-tag">
|
||||
<FormattedMessage id="annualReport.communitySpotlight" />
|
||||
|
@ -856,9 +857,9 @@ class AnnualReport extends React.Component {
|
|||
<FormattedMessage id="annualReport.communityTeamIntro2" />
|
||||
</p>
|
||||
</div>
|
||||
<img
|
||||
className="hero"
|
||||
src="/images/annual-report/initiatives/community-hero.png"
|
||||
<img
|
||||
className="hero"
|
||||
src="/images/annual-report/initiatives/community-hero.png"
|
||||
/>
|
||||
<div className="moderation-and-guidelines">
|
||||
<div className="community-moderation">
|
||||
|
@ -1091,6 +1092,7 @@ class AnnualReport extends React.Component {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* eslint-enable max-len */}
|
||||
</div>
|
||||
<div className="initiatives-schools">
|
||||
<div className="initiatives-subsection-header schools">
|
||||
|
|
Loading…
Reference in a new issue