From 9a2a923b7b53f08ea0f75e07852981978163ecf2 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 22 Mar 2016 12:09:51 -0400 Subject: [PATCH] Remove `projectCount` from intro.jsx thanks @rschamp! --- src/components/intro/intro.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/intro/intro.jsx b/src/components/intro/intro.jsx index 66468606e..07e58f281 100644 --- a/src/components/intro/intro.jsx +++ b/src/components/intro/intro.jsx @@ -13,9 +13,6 @@ Modal.setAppElement(document.getElementById('view')); var Intro = React.createClass({ type: 'Intro', - propTypes: { - projectCount: React.PropTypes.number - }, getDefaultProps: function () { return { messages: { @@ -29,7 +26,6 @@ var Intro = React.createClass({ 'intro.description': 'A creative learning community with ' + 'over 13 million projects shared' }, - projectCount: 13000000, session: {} }; },