Update packages/frontend/src/components/MkReactionsViewer.details.vue
This commit is contained in:
parent
73531fa2b4
commit
1b844fd451
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import MkReactionIcon from '@/components/MkReactionIcon.vue';
|
|||
defineProps<{
|
||||
showing: boolean;
|
||||
reaction: string;
|
||||
users: Misskey.entities.UserLite[]; // TODO
|
||||
users: Misskey.entities.UserLite[];
|
||||
count: number;
|
||||
targetElement: HTMLElement;
|
||||
}>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue