Skip to content

Commit 9a1f19d

Browse files
committed
added micIndicator prop validation
1 parent 3a46b37 commit 9a1f19d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/stage/stage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

src/containers/stage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ class Stage extends React.Component {
389389
Stage.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,

0 commit comments

Comments
 (0)