commit: 7bc8fd1a5b18676861bd8ca7ff848a48ca542087
parent: 10990e17159a8b2cb3d6290b654f9c3f2a63c34e
Author: HJ <spam@hjkos.com>
Date: Fri, 15 Feb 2019 10:09:33 +0000
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:
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
@@ -16,7 +16,7 @@ const UserProfile = {
}
},
destroyed () {
- this.cleanUp(this.userId)
+ this.cleanUp()
},
computed: {
timeline () {