typo
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
FloatingGhost 2022-11-22 14:36:02 +00:00
parent 15a15e7bd9
commit 49da670ae4
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ const UserProfile = {
},
watch: {
'$route.params.id': function (newVal) {
if (isUserPage(this.$route) && ewVal) {
if (isUserPage(this.$route) && newVal) {
this.switchUser(newVal)
}
},