reset error state when load new profile

このコミットが含まれているのは:
taehoon 2019-08-09 16:50:49 -04:00
コミット 539913673f
1個のファイルの変更1行の追加0行の削除

ファイルの表示

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