Merge branch 'fix/maximum-call-stack-size-exceeded' into 'develop'

 Fix console error - maximum call stack size exceeded

Closes 

See merge request 
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 () {
this.cleanUp(this.userId)
this.cleanUp()
},
computed: {
timeline () {