diff --git a/apps/web-mzima-client/src/app/feed/feed.component.ts b/apps/web-mzima-client/src/app/feed/feed.component.ts index b3060b44a0..d784369102 100644 --- a/apps/web-mzima-client/src/app/feed/feed.component.ts +++ b/apps/web-mzima-client/src/app/feed/feed.component.ts @@ -213,7 +213,7 @@ export class FeedComponent extends MainViewComponent implements OnInit, OnDestro this.urlAfterInteractionWithFilters = ''; //----------------------------------- - this.activeCard.scrollCountHandler({ task: 'increment' }); + this.activeCard.scrollCountHandler({ task: 'reset' }); this.masonryUpdateOnModeSwitch({ userEvent: this.userEvent });