From 49da670ae4b301fe99e97b9f5e08b53603cb2f86 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Tue, 22 Nov 2022 14:36:02 +0000 Subject: [PATCH] typo --- src/components/user_profile/user_profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js index 6e9bf097..42c5ec9e 100644 --- a/src/components/user_profile/user_profile.js +++ b/src/components/user_profile/user_profile.js @@ -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) } },