diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js
index ee18b0c4d..33ee9a21d 100644
--- a/src/components/timeline/timeline.js
+++ b/src/components/timeline/timeline.js
@@ -238,7 +238,7 @@ const Timeline = {
const bodyBRect = document.body.getBoundingClientRect()
const height = Math.max(bodyBRect.height, -bodyBRect.y)
if (
- !this.timeline.fetcher.loading.value &&
+ !this.timeline.fetcher.loadingOlder.value &&
this.$el.offsetHeight > 0 &&
window.innerHeight + window.pageYOffset >= height - 750
) {
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index faf184504..7e3eefce2 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -8,6 +8,16 @@
v-if="!embedded"
:timeline-name="timelineRef.name"
/>
+
+
+