lint
This commit is contained in:
parent
bc97016ea3
commit
18a3bbbd49
15 changed files with 43 additions and 36 deletions
|
|
@ -103,9 +103,7 @@ const StatusBody = {
|
|||
)
|
||||
},
|
||||
attachmentTypes() {
|
||||
return this.status.attachments.map((file) =>
|
||||
file.type,
|
||||
)
|
||||
return this.status.attachments.map((file) => file.type)
|
||||
},
|
||||
collapsedStatus() {
|
||||
return this.status.raw_html.replace(/(\n|<br\s?\/?>)/g, ' ')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue