diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index d986663ea0..655bfb3faf 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -106,7 +106,7 @@ const Timeline = { tag: this.tag }).then(statuses => { store.commit('setLoading', { timeline: this.timelineName, value: false }) - if (statuses.length === 0) { + if (statuses && statuses.length === 0) { this.bottomedOut = true } })