feat: bind length of conversationList to chat count (#116)
This commit is contained in:
@@ -239,7 +239,7 @@ const Chat = () => {
|
||||
>
|
||||
<Space>
|
||||
<b>Chat</b>
|
||||
<Tag>25</Tag>
|
||||
<Tag>{conversationList.length}</Tag>
|
||||
</Space>
|
||||
<Dropdown menu={{ items }}>
|
||||
<FormOutlined />
|
||||
|
||||
Reference in New Issue
Block a user