Skip to content

Commit 3379d58

Browse files
Merge pull request #6 from topcoder-platform/ssf-merged-to-new-develop
latest
2 parents bd31575 + 86f140c commit 3379d58

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/challenge-detail/Winners

1 file changed

+1
-1
lines changed

src/shared/components/challenge-detail/Winners/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function Winners({
3737
}
3838

3939
Winners.defaultProps = {
40-
winners: PT.arrray(PT.shape({
40+
winners: PT.arrayOf(PT.shape({
4141
photoURL: PT.string,
4242
submissionDownloadLink: PT.string,
4343
})),

0 commit comments

Comments
 (0)