Skip to content

Commit

Permalink
Add missing propType
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Jan 4, 2016
1 parent ccea176 commit a378da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/components/site-selector/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = React.createClass( {
displayName: 'SiteSelector',

propTypes: {
sites: React.PropTypes.object,
showAddNewSite: React.PropTypes.bool,
showAllSites: React.PropTypes.bool,
indicator: React.PropTypes.bool,
Expand All @@ -33,6 +34,7 @@ module.exports = React.createClass( {

getDefaultProps: function() {
return {
sites: {},
showAddNewSite: false,
showAllSites: false,
siteBasePath: false,
Expand Down

0 comments on commit a378da7

Please sign in to comment.