diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js index 28959e57..6b935749 100644 --- a/src/components/user_profile/user_profile.js +++ b/src/components/user_profile/user_profile.js @@ -142,6 +142,7 @@ const UserProfile = { }, stopFetching () { this.$store.dispatch('stopFetchingTimeline', 'user') + this.$store.dispatch('stopFetchingTimeline', 'replies') this.$store.dispatch('stopFetchingTimeline', 'favorites') this.$store.dispatch('stopFetchingTimeline', 'media') },