feature/IO-3497-Ant-Design-v5-to-v6 - Orientation
This commit is contained in:
@@ -95,7 +95,7 @@ function ChatConversationListComponent({ conversationList, selectedConversation,
|
||||
<>
|
||||
{item.label && <Tag color="blue">{item.label}</Tag>}
|
||||
{item.job_conversations.length > 0 ? (
|
||||
<Space direction="vertical">{names}</Space>
|
||||
<Space orientation="vertical">{names}</Space>
|
||||
) : (
|
||||
<Space>
|
||||
<PhoneFormatter>{item.phone_num}</PhoneFormatter>
|
||||
|
||||
Reference in New Issue
Block a user