forked from AkkomaGang/akkoma-fe
Fix console error - maximum call stack size exceeded
This commit is contained in:
parent
10990e1715
commit
daa10f3969
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const UserProfile = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
destroyed () {
|
destroyed () {
|
||||||
this.cleanUp(this.userId)
|
this.cleanUp()
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
timeline () {
|
timeline () {
|
||||||
|
|
Loading…
Reference in a new issue