Skip to content

Commit 8e45040

Browse files
committed
Removed unnecessary route navigation.
1 parent 86e1333 commit 8e45040

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/shared/starts-with/starts-with-abstract.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export abstract class StartsWithAbstractComponent implements OnInit, OnDestroy {
7070
*/
7171
setStartsWith(startsWith: string) {
7272
this.startsWith = startsWith;
73-
this.setStartsWithParam(false);
7473
}
7574

7675
/**

0 commit comments

Comments
 (0)