Skip to content
Snippets Groups Projects
Commit 53991367 authored by Tae Hoon's avatar Tae Hoon
Browse files

reset error state when load new profile

parent 2e0603bd
No related branches found
Tags 2.0.5
2 merge requests!1028`master` refresh with `develop`,!914Restore scroll position for user profile when navigate back and forward
......@@ -86,6 +86,7 @@ const UserProfile = {
// Reset view
this.userId = null
this.error = false
// Check if user data is already loaded in store
const user = this.$store.getters.findUser(userNameOrId)
......
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