Chore(lint): fix missing prop validations

This commit is contained in:
Berkeley Martinez
2016-09-02 22:09:21 -07:00
parent 8443c2f75a
commit a3836bcd8a
10 changed files with 24 additions and 15 deletions

View File

@@ -51,6 +51,7 @@ export class Challenge extends PureComponent {
showPreview: PropTypes.bool,
content: PropTypes.string,
mode: PropTypes.string,
file: PropTypes.object,
updateFile: PropTypes.func,
executeChallenge: PropTypes.func,
loadCode: PropTypes.func