Possible fix for browse-by-date links

This commit is contained in:
Michael Spalti
2023-05-05 11:50:45 -07:00
parent 828f2586b1
commit 86e1333025

View File

@@ -131,7 +131,6 @@ export class StartsWithDateComponent extends StartsWithAbstractComponent {
} else { } else {
this.startsWithYear = +startsWith; this.startsWithYear = +startsWith;
} }
this.setStartsWithParam(false);
} }
/** /**