Skip to content

Commit

Permalink
Fix proptype and file overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Tino committed Apr 3, 2018
1 parent 88d06df commit eed116f
Show file tree
Hide file tree
Showing 2 changed files with 440 additions and 78 deletions.
2 changes: 1 addition & 1 deletion Comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Comment.propTypes = {
image: PropTypes.string,
likeAction: PropTypes.func,
liked: PropTypes.bool,
likesNr: PropTypes.int,
likesNr: PropTypes.number,
likesTapAction: PropTypes.func,
replyAction: PropTypes.func,
reportAction: PropTypes.func,
Expand Down
Loading

0 comments on commit eed116f

Please sign in to comment.