Skip to content

Commit

Permalink
Merge pull request #75 from Kitware/fix_spelling
Browse files Browse the repository at this point in the history
fix(ControlPanel): ContolPanel -> ControlPanel
  • Loading branch information
floryst authored May 4, 2018
2 parents 6a68253 + 2264cd9 commit acb9d1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/controls/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ registerControlTab('informations', Informations, 0, 'info');
// Tab control panel
// ----------------------------------------------------------------------------

export default class ContolPanel extends React.Component {
export default class ControlPanel extends React.Component {
constructor(props) {
super(props);
this.state = {
Expand Down Expand Up @@ -111,8 +111,8 @@ export default class ContolPanel extends React.Component {
}
}

ContolPanel.propTypes = {
ControlPanel.propTypes = {
proxyManager: PropTypes.object.isRequired,
};

ContolPanel.defaultProps = {};
ControlPanel.defaultProps = {};

0 comments on commit acb9d1f

Please sign in to comment.