Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Oct 23, 2019
1 parent 4200700 commit ca22ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/interface/TreeWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default class TreeWidget extends React.Component {
// check for target relationship (label)
if (array[middleIndex].label === label){
return middleIndex;
}else{
} else {
// move on if not matching target relationship (label)
startIndex = middleIndex + 1;
}
Expand Down

0 comments on commit ca22ce9

Please sign in to comment.