Skip to content

Commit

Permalink
Remove duplicate logic
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Oct 9, 2024
1 parent ea105c1 commit eb8d30e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/app/spindle/spindle.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ export class SpindleComponent implements OnInit {
text: JSON.stringify(response.proof, null, 2),
};
}
if (response.term && response.lexical_phrases) {
this.term = response.term;
this.lexicalPhrases = response.lexical_phrases;
}
});
}

Expand Down

0 comments on commit eb8d30e

Please sign in to comment.