diff --git a/routes/_components/timeline/Timeline.html b/routes/_components/timeline/Timeline.html index 6c0bf02b..63f63847 100644 --- a/routes/_components/timeline/Timeline.html +++ b/routes/_components/timeline/Timeline.html @@ -179,7 +179,7 @@ return } fetchTimelineItemsOnScrollToBottom( - this.get('currentInstance'), + this.store.get('currentInstance'), this.get('timeline') ) },