Skip to content

Commit 8c39d86

Browse files
committed
fix: lint issues
1 parent ed550b1 commit 8c39d86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/SampleApp/src/components/NewDirectMessagingSendButton.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ const SendButtonWithContext = <
5151
);
5252
};
5353

54-
const areEqual = <
55-
StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,
56-
>(
54+
const areEqual = <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(
5755
prevProps: NewDirectMessagingSendButtonPropsWithContext<StreamChatGenerics>,
5856
nextProps: NewDirectMessagingSendButtonPropsWithContext<StreamChatGenerics>,
5957
) => {

0 commit comments

Comments
 (0)