Skip to content

Commit

Permalink
fix: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkle committed Jun 21, 2018
1 parent 463fff0 commit 181a480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ResultSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { BootstrapTable, TableHeaderColumn } from 'react-bootstrap-table';

const sidebar = 200;

class ResultSubtyping extends Component {
class ResultSearch extends Component {
constructor(props) {
super(props);
this.state = { width: 0, height: 0 };
Expand Down Expand Up @@ -57,4 +57,4 @@ class ResultSubtyping extends Component {

export default connect(props => ({
results: {url: API_ROOT + `results/${props.jobId}`}
}))(ResultSubtyping)
}))(ResultSearch)

0 comments on commit 181a480

Please sign in to comment.