Skip to content

Commit 57f75d8

Browse files
committed
fix: lint issues
1 parent 174f4f6 commit 57f75d8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package/src/contexts/channelsContext/ChannelsContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import type { Channel } from 'stream-chat';
88
import type { HeaderErrorProps } from '../../components/ChannelList/ChannelListHeaderErrorIndicator';
99
import type { GetChannelActionItems } from '../../components/ChannelList/hooks/useChannelActionItems';
1010
import type { QueryChannels } from '../../components/ChannelList/hooks/usePaginatedChannels';
11+
import type { ChannelDetailsBottomSheetProps } from '../../components/ChannelPreview/ChannelDetailsBottomSheet';
1112
import { ChannelPreviewMessageProps } from '../../components/ChannelPreview/ChannelPreviewMessage';
1213
import type { ChannelPreviewMessengerProps } from '../../components/ChannelPreview/ChannelPreviewMessenger';
1314
import type { ChannelPreviewStatusProps } from '../../components/ChannelPreview/ChannelPreviewStatus';
1415
import type { ChannelPreviewTitleProps } from '../../components/ChannelPreview/ChannelPreviewTitle';
1516
import type { ChannelPreviewUnreadCountProps } from '../../components/ChannelPreview/ChannelPreviewUnreadCount';
16-
import type { ChannelDetailsBottomSheetProps } from '../../components/ChannelPreview/ChannelDetailsBottomSheet';
1717
import type { EmptyStateProps } from '../../components/Indicators/EmptyStateIndicator';
1818
import type { LoadingErrorProps } from '../../components/Indicators/LoadingErrorIndicator';
1919
import type { LoadingProps } from '../../components/Indicators/LoadingIndicator';

package/src/i18n/fr.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,4 @@
201201
"{{memberCount}} members, {{onlineCount}} online_one": "{{memberCount}} membre, {{onlineCount}} en ligne",
202202
"{{memberCount}} members, {{onlineCount}} online_other": "{{memberCount}} membres, {{onlineCount}} en ligne",
203203
"{{memberCount}} members, {{onlineCount}} online_many": "{{memberCount}} membres, {{onlineCount}} en ligne"
204-
205204
}

0 commit comments

Comments
 (0)