|
|
@ -328,6 +328,13 @@ const Conversations = () => {
|
|
|
|
<Button onClick={toggleClosedConversationsList} icon={activeList ? '🗂' : '📌'} type='text' />
|
|
|
|
<Button onClick={toggleClosedConversationsList} icon={activeList ? '🗂' : '📌'} type='text' />
|
|
|
|
</Tooltip>
|
|
|
|
</Tooltip>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
{mobile && (
|
|
|
|
|
|
|
|
<AudioTwoTone
|
|
|
|
|
|
|
|
onClick={() => {
|
|
|
|
|
|
|
|
navigate(`/callcenter/call`)
|
|
|
|
|
|
|
|
}}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
)}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<ChatListFilter key='chat-list-filter'
|
|
|
|
<ChatListFilter key='chat-list-filter'
|
|
|
|
onFilterChange={(d) => {
|
|
|
|
onFilterChange={(d) => {
|
|
|
|