style(frontend): fix autofixable eslint errors (#9968)
This commit is contained in:
parent
63df2c851e
commit
7c5fc2c423
6 changed files with 9 additions and 9 deletions
|
@ -51,7 +51,7 @@ watch([() => props.note.reactions, () => props.maxNumber], ([newSource, maxNumbe
|
|||
...Object.entries(newSource)
|
||||
.sort(([, a], [, b]) => b - a)
|
||||
.filter(([y], i) => i < maxNumber && !newReactionsNames.includes(y)),
|
||||
]
|
||||
];
|
||||
|
||||
newReactions = newReactions.slice(0, props.maxNumber);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue