mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 19:19:29 +08:00
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 () {
|
||||
this.cleanUp(this.userId)
|
||||
this.cleanUp()
|
||||
},
|
||||
computed: {
|
||||
timeline () {
|
||||
|
|
Loading…
Reference in a new issue