1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-09 13:17:19 +08:00

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