File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ StageComponent.propTypes = {
117117 dragRef : PropTypes . func ,
118118 isColorPicking : PropTypes . bool ,
119119 isFullScreen : PropTypes . bool . isRequired ,
120+ micIndicator : PropTypes . bool ,
120121 onDeactivateColorPicker : PropTypes . func ,
121122 onDoubleClick : PropTypes . func ,
122123 onQuestionAnswered : PropTypes . func ,
Original file line number Diff line number Diff line change @@ -389,6 +389,7 @@ class Stage extends React.Component {
389389Stage . propTypes = {
390390 isColorPicking : PropTypes . bool ,
391391 isFullScreen : PropTypes . bool . isRequired ,
392+ micIndicator : PropTypes . bool ,
392393 onActivateColorPicker : PropTypes . func ,
393394 onDeactivateColorPicker : PropTypes . func ,
394395 stageSize : PropTypes . oneOf ( Object . keys ( STAGE_DISPLAY_SIZES ) ) . isRequired ,
You can’t perform that action at this time.
0 commit comments