Skip to content

Commit

Permalink
Merge 520bd21 into 8f1bc76
Browse files Browse the repository at this point in the history
  • Loading branch information
rschamp committed Apr 23, 2018
2 parents 8f1bc76 + 520bd21 commit db21e9e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion src/views/splash/l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"splash.projectsCuratedBy": "Projects Curated by {curatorId}",
"splash.scratchDesignStudioTitle": "Scratch Design Studio",
"splash.visitTheStudio": "Visit the studio",
"splash.recentlySharedProjects": "Recently Shared Projects",
"splash.projectsByScratchersFollowing": "Projects by Scratchers I'm Following",
"splash.projectsLovedByScratchersFollowing": "Projects Loved by Scratchers I'm Following",
"splash.projectsInStudiosFollowing": "Projects in Studios I'm Following",
Expand Down
15 changes: 0 additions & 15 deletions src/views/splash/presentation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,20 +289,6 @@ class SplashPresentation extends React.Component { // eslint-disable-line react/
);
}

if (this.props.user &&
this.props.featuredGlobal.community_newest_projects &&
this.props.featuredGlobal.community_newest_projects.length > 0) {

rows.push(
<Box
key="community_newest_projects"
title={this.props.intl.formatMessage({id: 'splash.recentlySharedProjects'})}
>
<LegacyCarousel items={this.props.featuredGlobal.community_newest_projects} />
</Box>
);
}

if (this.props.sharedByFollowing && this.props.sharedByFollowing.length > 0) {
rows.push(
<Box
Expand Down Expand Up @@ -524,7 +510,6 @@ SplashPresentation.propTypes = {
community_featured_studios: PropTypes.array,
curator_top_projects: PropTypes.array,
scratch_design_studio: PropTypes.array,
community_newest_projects: PropTypes.array,
community_most_remixed_projects: PropTypes.array,
community_most_loved_projects: PropTypes.array
}),
Expand Down
1 change: 0 additions & 1 deletion src/views/splash/splash.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ Splash.propTypes = {
community_featured_studios: PropTypes.array,
curator_top_projects: PropTypes.array,
scratch_design_studio: PropTypes.array,
community_newest_projects: PropTypes.array,
community_most_remixed_projects: PropTypes.array,
community_most_loved_projects: PropTypes.array
}),
Expand Down

0 comments on commit db21e9e

Please sign in to comment.