From daa10f3969aed84fb1c9b997e017c07ca1e11a0e Mon Sep 17 00:00:00 2001 From: jasper Date: Fri, 15 Feb 2019 00:01:13 -0800 Subject: [PATCH] Fix console error - maximum call stack size exceeded --- 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 a22b8722..37179ce1 100644 --- a/src/components/user_profile/user_profile.js +++ b/src/components/user_profile/user_profile.js @@ -16,7 +16,7 @@ const UserProfile = { } }, destroyed () { - this.cleanUp(this.userId) + this.cleanUp() }, computed: { timeline () {