Commit fdddad35 authored by rschamp's avatar rschamp

Review feedback

parent d83769be
...@@ -38,9 +38,6 @@ ...@@ -38,9 +38,6 @@
"hocbanner.imagine": "Imagine a World", "hocbanner.imagine": "Imagine a World",
"hocbanner.codeACartoon": "Code a Cartoon", "hocbanner.codeACartoon": "Code a Cartoon",
"hocbanner.talking": "Talking Tales", "hocbanner.talking": "Talking Tales",
"hocbanner.name": "Animate a Name",
"hocbanner.fly": "Make it Fly",
"hocbanner.pong": "Pong Game",
"welcome.welcomeToScratch": "Welcome to Scratch!", "welcome.welcomeToScratch": "Welcome to Scratch!",
"welcome.learn": "Learn how to make a project in Scratch", "welcome.learn": "Learn how to make a project in Scratch",
......
...@@ -419,7 +419,6 @@ class SplashPresentation extends React.Component { // eslint-disable-line react/ ...@@ -419,7 +419,6 @@ class SplashPresentation extends React.Component { // eslint-disable-line react/
{ {
this.props.sessionStatus === sessionActions.Status.FETCHED && this.props.sessionStatus === sessionActions.Status.FETCHED &&
Object.keys(this.props.user).length === 0 && (// Only show top banner if user is not logged in Object.keys(this.props.user).length === 0 && (// Only show top banner if user is not logged in
/* eslint-disable indent, react/jsx-indent, react/jsx-indent-props */
(Date.now() >= HOC_START_TIME && Date.now() < HOC_END_TIME) ? ( (Date.now() >= HOC_START_TIME && Date.now() < HOC_END_TIME) ? (
<MediaQuery <MediaQuery
key="frameless-tablet" key="frameless-tablet"
...@@ -434,7 +433,6 @@ class SplashPresentation extends React.Component { // eslint-disable-line react/ ...@@ -434,7 +433,6 @@ class SplashPresentation extends React.Component { // eslint-disable-line react/
/> />
) )
) )
/* eslint-enable indent, react/jsx-indent, react/jsx-indent-props */
} }
<div <div
className="inner mod-splash" className="inner mod-splash"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment