Skip to content
Snippets Groups Projects

Fix follower request fetching

Merged lain requested to merge fix-follow-requests into develop
4 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -3,7 +3,7 @@ import { mapState } from 'vuex'
const NavPanel = {
created () {
if (this.currentUser && this.currentUser.locked) {
this.$store.dispatch('startFetchingFollowRequest')
this.$store.dispatch('startFetchingFollowRequests')
}
},
computed: mapState({
Loading