aboutsummaryrefslogtreecommitdiff
path: root/src/components/public_and_external_timeline
diff options
context:
space:
mode:
authorEdijs <iamedijs@hotmail.com>2019-02-07 16:23:18 -0700
committerEdijs <iamedijs@hotmail.com>2019-02-07 16:23:18 -0700
commit0dc7c45f324c246cc74c6ed55c006c67742c4139 (patch)
tree821558383453a9dcdfdaa452b91ce6307f1f060c /src/components/public_and_external_timeline
parent19870c0b6d4f7cb73e36b16d3c09d2011e6367a9 (diff)
Code refactoring
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 0db6efae..d45677e0 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
@@ -7,7 +7,7 @@ const PublicAndExternalTimeline = {
timeline () { return this.$store.state.statuses.timelines.publicAndExternal }
},
created () {
- this.$store.dispatch('startFetching', 'publicAndExternal')
+ this.$store.dispatch('startFetching', { timeline: 'publicAndExternal' })
},
destroyed () {
this.$store.dispatch('stopFetching', 'publicAndExternal')