Commit aab4c9ac authored by Paul Kaplan's avatar Paul Kaplan

Update proptypes

parent c9684b52
......@@ -37,7 +37,7 @@ StudioCommentsAllowed.propTypes = {
canEditInfo: PropTypes.bool,
isLoading: PropTypes.bool,
isMutating: PropTypes.bool,
commentsAllowed: PropTypes.string,
commentsAllowed: PropTypes.bool,
handleUpdate: PropTypes.func
};
......
......@@ -37,7 +37,7 @@ StudioOpenToAll.propTypes = {
canEditInfo: PropTypes.bool,
isLoading: PropTypes.bool,
isMutating: PropTypes.bool,
openToAll: PropTypes.string,
openToAll: PropTypes.bool,
handleUpdate: PropTypes.func
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment