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
This commit is contained in:
HJ 2019-02-15 10:09:33 +00:00
commit 7bc8fd1a5b

View file

@ -16,7 +16,7 @@ const UserProfile = {
} }
}, },
destroyed () { destroyed () {
this.cleanUp(this.userId) this.cleanUp()
}, },
computed: { computed: {
timeline () { timeline () {