Skip to content

Commit

Permalink
Removed unnecessary route navigation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mspalti committed Jun 1, 2023
1 parent 86e1333 commit 8e45040
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export abstract class StartsWithAbstractComponent implements OnInit, OnDestroy {
*/
setStartsWith(startsWith: string) {
this.startsWith = startsWith;
this.setStartsWithParam(false);
}

/**
Expand Down

0 comments on commit 8e45040

Please sign in to comment.