Skip to content

Commit f35f6a4

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)