Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Jun 30, 2020
1 parent 1706c41 commit aab1d58
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ export class UpdateSourceEditor extends Component<Props, State> {
const sanitizedTooltips = [];
for (let i = 0; i < this.props.tooltipFields.length; i++) {
const tooltipName = this.props.tooltipFields[i].getName();
let hasMatch = false;
for (let j = 0; j < settings.fields.length; j++) {
if (settings.fields[j].name === tooltipName) {
hasMatch = true;
sanitizedTooltips.push(tooltipName);
break;
}
Expand Down

0 comments on commit aab1d58

Please sign in to comment.