Skip to content

Commit

Permalink
fix proptype
Browse files Browse the repository at this point in the history
  • Loading branch information
echenley committed Nov 6, 2015
1 parent 033778b commit 9320c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/PostTimeAgo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const PostTimeAgo = ({ time }) => (
);

PostTimeAgo.propTypes = {
time: PropTypes.string
time: PropTypes.number
};

export default PostTimeAgo;

0 comments on commit 9320c23

Please sign in to comment.