Merge branch 'remove-dead-code' into 'develop'

Remove dead code

See merge request pleroma/pleroma-fe!927
This commit is contained in:
Shpuld Shpludson 2019-08-29 17:16:57 +00:00
commit 018a650166
1 changed files with 0 additions and 3 deletions

View File

@ -149,9 +149,6 @@ const conversation = {
},
toggleExpanded () {
this.expanded = !this.expanded
if (!this.expanded) {
this.setHighlight(null)
}
}
}
}