Skip to content

Commit df50f8f

Browse files
committed
fix: lint issues
1 parent 638c9e8 commit df50f8f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

package/src/components/Channel/Channel.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,7 @@ export type ChannelPropsWithContext = Pick<ChannelContextValue, 'channel'> &
411411
> &
412412
Partial<Pick<MessageContextValue, 'isMessageAIGenerated'>> &
413413
Partial<
414-
Pick<
415-
ThreadContextValue,
416-
'allowThreadMessagesInChannel' | 'onAlsoSentToChannelHeaderPress'
417-
>
414+
Pick<ThreadContextValue, 'allowThreadMessagesInChannel' | 'onAlsoSentToChannelHeaderPress'>
418415
> & {
419416
shouldSyncChannel: boolean;
420417
thread: ThreadType;

0 commit comments

Comments
 (0)