Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix: add readmorelabel to proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed May 24, 2019
1 parent 8b44158 commit 58141fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ArticlePreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const ArticlePreview = ({ article, isVisible, readMoreLabel, ...props }) => (
ArticlePreview.propTypes = {
article: PropTypes.object.isRequired,
isVisible: PropTypes.bool,
readMoreLabel: PropTypes.string,
}

export default ArticlePreview
Expand Down

0 comments on commit 58141fa

Please sign in to comment.