Skip to content

Commit f02cc59

Browse files
committed
fix: lint
1 parent 4b3b2a8 commit f02cc59

File tree

1 file changed

+1
-1
lines changed
  • src/components/ChallengeEditor/ChallengeReviewer-Field

1 file changed

+1
-1
lines changed

src/components/ChallengeEditor/ChallengeReviewer-Field/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ ChallengeReviewerField.propTypes = {
962962
replaceResourceInRole: PropTypes.func.isRequired,
963963
createResource: PropTypes.func.isRequired,
964964
deleteResource: PropTypes.func.isRequired,
965-
challengeResources: PropTypes.object.isRequired
965+
challengeResources: PropTypes.array.isRequired
966966
}
967967

968968
const mapStateToProps = (state) => ({

0 commit comments

Comments
 (0)