From dd67b4f8561fa178465e280b0e0a6700e914e5a6 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 13 Mar 2018 21:27:34 -0700 Subject: [PATCH] fix "loading more" spinner --- routes/_components/timeline/Timeline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') ) },