fix(frontend): remove classname automatically aded by chat-ui-kit

This commit is contained in:
yassinedorbozgithub 2025-05-09 08:36:10 +01:00
parent b89057e50f
commit 122395006b

View File

@ -57,7 +57,6 @@ export const SubscribersList = (props: {
</Grid>
{subscribers?.length > 0 ? (
<ConversationList
className="cs-conversation-list"
scrollable={false}
loading={isFetching}
loadingMore={isFetching}