Skip to content

Commit

Permalink
Merge pull request #27 from gthomas-appfolio/addInfoWrapper
Browse files Browse the repository at this point in the history
gt - Correct prototypes case
  • Loading branch information
gthomas-appfolio authored Oct 26, 2016
2 parents 4c3d4df + d108f07 commit 2997463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/BlockPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const BlockPanel = (props) => (
</Card>
);

BlockPanel.PropTypes = {
BlockPanel.propTypes = {
title: React.PropTypes.string,
url: React.PropTypes.string,
value: React.PropTypes.string
Expand Down
2 changes: 1 addition & 1 deletion src/components/Datapair.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Datapair = (props) => (
</Row>
);

Datapair.PropTypes = {
Datapair.propTypes = {
label: React.PropTypes.string.isRequired,
value: React.PropTypes.string
};
Expand Down

0 comments on commit 2997463

Please sign in to comment.