forked from AkkomaGang/akkoma-fe
Merge branch 'fix/maximum-call-stack-size-exceeded' into 'develop'
#362 Fix console error - maximum call stack size exceeded Closes #362 See merge request pleroma/pleroma-fe!587
This commit is contained in:
commit
7bc8fd1a5b
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