Update packages/frontend/src/components/MkReactionsViewer.details.vue

This commit is contained in:
syuilo 2024-10-31 13:46:09 +09:00 committed by GitHub
parent 73531fa2b4
commit 1b844fd451
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}>();