diff options
| author | HJ <spam@hjkos.com> | 2019-02-15 10:09:33 +0000 |
|---|---|---|
| committer | HJ <spam@hjkos.com> | 2019-02-15 10:09:33 +0000 |
| commit | 7bc8fd1a5b18676861bd8ca7ff848a48ca542087 (patch) | |
| tree | 2b6d401ec787cc376e4bf0f43faac2c7fd50fe65 /src | |
| parent | 10990e17159a8b2cb3d6290b654f9c3f2a63c34e (diff) | |
| parent | daa10f3969aed84fb1c9b997e017c07ca1e11a0e (diff) | |
Merge branch 'fix/maximum-call-stack-size-exceeded' into 'develop'
#362 Fix console error - maximum call stack size exceeded
Closes #362
See merge request pleroma/pleroma-fe!587
Diffstat (limited to 'src')
| -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 () { |
