diff options
| author | jasper <jasper92341@hotmail.com> | 2019-02-15 00:01:13 -0800 |
|---|---|---|
| committer | jasper <jasper92341@hotmail.com> | 2019-02-15 00:01:13 -0800 |
| commit | daa10f3969aed84fb1c9b997e017c07ca1e11a0e (patch) | |
| tree | 2b6d401ec787cc376e4bf0f43faac2c7fd50fe65 /src/components/user_profile | |
| parent | 10990e17159a8b2cb3d6290b654f9c3f2a63c34e (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.js | 2 |
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 () { |
