🎨
This commit is contained in:
parent
8de2f4ce76
commit
fef8b662c1
2 changed files with 6 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ export default Vue.extend({
|
|||
}).then((reactions: any[]) => {
|
||||
const users = reactions.filter(x => x.type === this.reaction)
|
||||
.sort((a, b) => new Date(a.createdAt).getTime() - new Date(b.createdAt).getTime())
|
||||
.map(x => x.user.username);
|
||||
.map(x => x.user);
|
||||
|
||||
this.closeDetails();
|
||||
if (!this.isHovering) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue