Skip to content

Commit 08fc71b

Browse files
authored
fix: loading skeleton in the Channel List unnecessary display (#2645)
1 parent 9330cf5 commit 08fc71b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package/src/components/ChannelList/ChannelListMessenger.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ const ChannelListMessengerWithContext = <
158158
}
159159
};
160160

161-
if (loadingChannels) {
162-
return <LoadingIndicator listType='channel' />;
163-
}
164-
165161
return (
166162
<>
167163
<FlatList

0 commit comments

Comments
 (0)