From 5a5550620471c3409080e9b3420953d867cd60b0 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 27 Jan 2018 17:34:42 -0800 Subject: [PATCH] fixup --- 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 597f26f3..e07c63c8 100644 --- a/routes/_components/timeline/Timeline.html +++ b/routes/_components/timeline/Timeline.html @@ -57,7 +57,7 @@ } initializeTimeline() }, - async onScrollToBottom() { + onScrollToBottom() { if (!this.store.get('initialized') || this.store.get('runningUpdate')) { return }