aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile
diff options
context:
space:
mode:
authorjasper <jasper92341@hotmail.com>2019-02-15 00:01:13 -0800
committerjasper <jasper92341@hotmail.com>2019-02-15 00:01:13 -0800
commitdaa10f3969aed84fb1c9b997e017c07ca1e11a0e (patch)
tree2b6d401ec787cc376e4bf0f43faac2c7fd50fe65 /src/components/user_profile
parent10990e17159a8b2cb3d6290b654f9c3f2a63c34e (diff)
Fix console error - maximum call stack size exceeded
Diffstat (limited to 'src/components/user_profile')
-rw-r--r--src/components/user_profile/user_profile.js2
1 files changed, 1 insertions, 1 deletions
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 () {