Skip to content

Commit

Permalink
Fixed proptypes def
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Jun 26, 2017
1 parent 511729c commit c7a5daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/client/plugins/CreateNewMap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class CreateNewMap extends React.Component {
onGoToMap: PropTypes.func,
colProps: PropTypes.object,
isLoggedIn: PropTypes.bool,
allowedRoles: React.PropTypes.array,
user: React.PropTypes.object
allowedRoles: PropTypes.array,
user: PropTypes.object
};

static contextTypes = {
Expand Down

0 comments on commit c7a5daa

Please sign in to comment.