Skip to content

Commit c2c23df

Browse files
committed
lint fixes
1 parent 8a3a202 commit c2c23df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class ComcolPageBrowseByComponent implements OnDestroy, OnInit {
143143
} else if (this.contentType === 'community') {
144144
comColRoute = getCommunityPageRoute(this.id);
145145
}
146-
146+
147147
this.subs.push(combineLatest([
148148
this.allOptions$,
149149
this.router.events.pipe(
@@ -157,7 +157,7 @@ export class ComcolPageBrowseByComponent implements OnDestroy, OnInit {
157157
if (url?.split('?')[0] === comColRoute && option.id === this.appConfig[this.contentType].defaultBrowseTab) {
158158
void this.router.navigate([option.routerLink], { queryParams: option.params });
159159
break;
160-
} else if (option.routerLink === url?.split('?')[0]) {
160+
} else if (option.routerLink === url?.split('?')[0]) {
161161
this.currentOption$.next(option);
162162
break;
163163
}

0 commit comments

Comments
 (0)