Skip to content

Commit

Permalink
fix: proptype
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Jan 8, 2024
1 parent 5bfa309 commit 41ee8ee
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ Comment.propTypes = {
currentUser: PropTypes.object.isRequired,
fetching: PropTypes.bool.isRequired,
interpretationId: PropTypes.string.isRequired,
setRemoveInProgress: PropTypes.func.isRequired,
setUpdateInProgress: PropTypes.func.isRequired,
setCommentActionInProgress: PropTypes.func.isRequired,
onThreadUpdated: PropTypes.func.isRequired,
canComment: PropTypes.bool,
}
Expand Down

0 comments on commit 41ee8ee

Please sign in to comment.