diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 40226674..25c553cb 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -54,6 +54,8 @@ const Timeline = { window.addEventListener('scroll', this.scrollLoad) + if (this.timelineName === 'friends' && !credentials) { return false } + timelineFetcher.fetchAndUpdate({ store, credentials,