We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed806ac commit c80932dCopy full SHA for c80932d
1 file changed
src/components/Reactions/ReactionSelector.tsx
@@ -22,10 +22,7 @@ export type ReactionSelectorProps = {
22
23
interface ReactionSelectorInterface {
24
(props: ReactionSelectorProps): ReactNode;
25
- getDialogId: (_: {
26
- messageId: string;
27
- threadList?: boolean;
28
- }) => string;
+ getDialogId: (_: { messageId: string; threadList?: boolean }) => string;
29
displayName: string;
30
}
31
0 commit comments