Skip to content

Commit f7d0631

Browse files
committed
👌 remove isRequired from consoleEvents
1 parent 0a065cb commit f7d0631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/pages/MobileIDEView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ MobileIDEView.propTypes = {
143143
ide: PropTypes.shape({
144144
isPlaying: PropTypes.bool.isRequired,
145145
isAccessibleOutputPlaying: PropTypes.bool.isRequired,
146-
consoleEvent: PropTypes.arrayOf(PropTypes.shape({})).isRequired,
146+
consoleEvent: PropTypes.arrayOf(PropTypes.shape({})),
147147
modalIsVisible: PropTypes.bool.isRequired,
148148
sidebarIsExpanded: PropTypes.bool.isRequired,
149149
consoleIsExpanded: PropTypes.bool.isRequired,

0 commit comments

Comments
 (0)