fix proptypes that were missing from preview frame

This commit is contained in:
catarak 2016-08-29 15:58:21 -04:00
parent 1ae27f0d66
commit 7f5c970b6c
1 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,8 @@ class PreviewFrame extends React.Component {
PreviewFrame.propTypes = {
isPlaying: PropTypes.bool.isRequired,
isTextOutputPlaying: PropTypes.bool.isRequired,
textOutput: PropTypes.bool.isRequired,
head: PropTypes.object.isRequired,
content: PropTypes.string,
htmlFile: PropTypes.shape({