Skip to content

Commit

Permalink
#3137 add the leftover code from #3138 for fixing issue #3137
Browse files Browse the repository at this point in the history
  • Loading branch information
scheng-hds committed Aug 3, 2017
1 parent 8c062c0 commit de6026d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class ControlPanelsContainer extends React.Component {
key={`controlsetrow-${i}`}
controls={controlSets.map(controlName => (
controlName &&
this.props.controls[controlName] &&
<Control
name={controlName}
key={`control-${controlName}`}
Expand Down

0 comments on commit de6026d

Please sign in to comment.