Skip to content
Snippets Groups Projects
Commit 0ece2f04 authored by lambadalambda's avatar lambadalambda
Browse files

Merge branch 'fix/user-finder-updates-user-timeline' into 'develop'

Force user profile timeline update when the user id changes

Closes #23

See merge request !94
parents dbad99cb 2084c92d
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,12 @@ const UserProfile = {
}
}
},
watch: {
userId () {
this.$store.commit('clearTimeline', { timeline: 'user' })
this.$store.dispatch('startFetching', ['user', this.userId])
}
},
components: {
UserCardContent,
Timeline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment