aboutsummaryrefslogtreecommitdiff
path: root/src/components/public_and_external_timeline
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/public_and_external_timeline')
-rw-r--r--src/components/public_and_external_timeline/public_and_external_timeline.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/public_and_external_timeline/public_and_external_timeline.js b/src/components/public_and_external_timeline/public_and_external_timeline.js
index f614c13b..cbd4491b 100644
--- a/src/components/public_and_external_timeline/public_and_external_timeline.js
+++ b/src/components/public_and_external_timeline/public_and_external_timeline.js
@@ -10,7 +10,7 @@ const PublicAndExternalTimeline = {
this.$store.dispatch('startFetchingTimeline', { timeline: 'publicAndExternal' })
},
destroyed () {
- this.$store.dispatch('stopFetching', 'publicAndExternal')
+ this.$store.dispatch('stopFetchingTimeline', 'publicAndExternal')
}
}