feature/polls-attempt-2
Henry Jameson 6 years ago
parent 27cbe3ca65
commit 644eba87fe

@ -102,7 +102,6 @@ const UserProfile = {
} else { } else {
fetchPromise = this.$store.dispatch('fetchUser', this.userName) fetchPromise = this.$store.dispatch('fetchUser', this.userName)
.then(({ id }) => { .then(({ id }) => {
console.log(arguments)
this.fetchedUserId = id this.fetchedUserId = id
}) })
} }

Loading…
Cancel
Save