Skip to content

Commit 9a6cff6

Browse files
committed
[DSC-1336] Reinstate changes from DSC-1336
1 parent 83f8558 commit 9a6cff6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/shared/browse-most-elements/abstract-browse-elements.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ export abstract class AbstractBrowseElementsComponent implements OnInit, OnChang
7878
searchResultArray$: Observable<DSpaceObject[]>;
7979

8080
ngOnChanges() {
81-
if (isPlatformServer(this.platformId)) {
82-
return;
83-
}
8481
this.paginatedSearchOptions$?.next(this.paginatedSearchOptions);
8582
}
8683

8784
ngOnInit() {
85+
if (isPlatformServer(this.platformId)) {
86+
return;
87+
}
8888
const followLinks = [];
8989
if (this.followThumbnailLink) {
9090
followLinks.push(followLink('thumbnail'));

0 commit comments

Comments
 (0)