Skip to content
Snippets Groups Projects

Fixed JS error in tag page

Merged Edijs Bov requested to merge edijs/pleroma-fe:fix/js-error-in-tag-page into develop
1 unresolved thread
7 files
+ 16
25
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -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')
Loading