mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(frontend): remove classname automatically aded by chat-ui-kit
This commit is contained in:
parent
b89057e50f
commit
122395006b
@ -57,7 +57,6 @@ export const SubscribersList = (props: {
|
|||||||
</Grid>
|
</Grid>
|
||||||
{subscribers?.length > 0 ? (
|
{subscribers?.length > 0 ? (
|
||||||
<ConversationList
|
<ConversationList
|
||||||
className="cs-conversation-list"
|
|
||||||
scrollable={false}
|
scrollable={false}
|
||||||
loading={isFetching}
|
loading={isFetching}
|
||||||
loadingMore={isFetching}
|
loadingMore={isFetching}
|
||||||
|
Loading…
Reference in New Issue
Block a user