|
|
|
|
@ -311,13 +311,6 @@ const Conversations = () => {
|
|
|
|
|
<Tooltip key={'conversation-list'} title={activeList ? '隐藏会话' : '活跃会话'}>
|
|
|
|
|
<Button onClick={toggleClosedConversationsList} icon={activeList ? <HistoryOutlined className='text-neutral-500' /> : <FireOutlined className=' text-orange-500' />} type='text' />
|
|
|
|
|
</Tooltip>
|
|
|
|
|
{mobile && (
|
|
|
|
|
<AudioTwoTone
|
|
|
|
|
onClick={() => {
|
|
|
|
|
navigate(`/callcenter/call`)
|
|
|
|
|
}}
|
|
|
|
|
/>
|
|
|
|
|
)}
|
|
|
|
|
</div>
|
|
|
|
|
<ChatListFilter key='chat-list-filter'
|
|
|
|
|
onFilterChange={(d) => {
|
|
|
|
|
|