Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
times-tools committed Dec 17, 2024
1 parent 1c9ea50 commit 9c11017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/article-comments/src/article-comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ArticleComments.propTypes = {
storefrontConfig: PropTypes.string.isRequired,
isCommentEnabled: PropTypes.bool,
domainSpecificUrl: PropTypes.string.isRequired,
hasCommentingEntitlement: PropTypes.bool.isRequired
hasCommentingEntitlement: PropTypes.bool
};

ArticleComments.defaultProps = {
Expand Down

0 comments on commit 9c11017

Please sign in to comment.