fix "loading more" spinner

This commit is contained in:
Nolan Lawson 2018-03-13 21:27:34 -07:00
parent 50499c00a7
commit dd67b4f856

View file

@ -179,7 +179,7 @@
return
}
fetchTimelineItemsOnScrollToBottom(
this.get('currentInstance'),
this.store.get('currentInstance'),
this.get('timeline')
)
},