Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
olamothe committed Apr 19, 2017
1 parent aead95d commit 0660b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ResultTagging/ResultTagging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class ResultTagging extends Component {
} else if (fieldValue && Utils.isNonEmptyArray(fieldValue)) {
this.tags = fieldValue;
} else {
this.tags = []
this.tags = [];
}
this.tags = _.map(this.tags, (t) => {
return t.trim();
Expand Down

0 comments on commit 0660b77

Please sign in to comment.