Skip to content

Commit c80932d

Browse files
Lint fixes
1 parent ed806ac commit c80932d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/components/Reactions/ReactionSelector.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ export type ReactionSelectorProps = {
2222

2323
interface ReactionSelectorInterface {
2424
(props: ReactionSelectorProps): ReactNode;
25-
getDialogId: (_: {
26-
messageId: string;
27-
threadList?: boolean;
28-
}) => string;
25+
getDialogId: (_: { messageId: string; threadList?: boolean }) => string;
2926
displayName: string;
3027
}
3128

0 commit comments

Comments
 (0)