Skip to content

Commit

Permalink
fix(results-list): fix subscription after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Feb 8, 2024
1 parent 329013b commit 2cf3fde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class ResultsListComponent implements OnInit, OnDestroy {
.setSortBy(['desc', 'createDate'])
this.myFavoritesSubscription =
this.favoritesService.myFavoritesUuid$.subscribe(() => {
if (this.favoritesOnly) this.searchFacade.setFavoritesOnly(true)
if (this.favoritesOnlyValue) this.searchFacade.setFavoritesOnly(true)
})
}

Expand Down

0 comments on commit 2cf3fde

Please sign in to comment.