+
+ {loading ? : children}
+
+
+ );
+};
diff --git a/src/components/ChannelList/__tests__/ChannelList.test.js b/src/components/ChannelList/__tests__/ChannelList.test.js
index 84ddbaf9d9..9c74a6cd65 100644
--- a/src/components/ChannelList/__tests__/ChannelList.test.js
+++ b/src/components/ChannelList/__tests__/ChannelList.test.js
@@ -46,7 +46,7 @@ import {
useChatContext,
WithComponents,
} from '../../../context';
-import { ChannelListMessenger } from '../ChannelListMessenger';
+import { ChannelListUI } from '../ChannelListUI';
expect.extend(toHaveNoViolations);
@@ -391,7 +391,7 @@ describe('ChannelList', () => {
const ChannelListMessengerPropsInterceptor = (props) => {
channelListMessengerLoadingHistory.push(props.loading);
- return