Fix console error - maximum call stack size exceeded

This commit is contained in:
jasper 2019-02-15 00:01:13 -08:00
parent 10990e1715
commit daa10f3969

View file

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