reset error state when load new profile

mastoapi-externalprofile
taehoon 5 years ago
parent 2e0603bdca
commit 539913673f

@ -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)

Loading…
Cancel
Save