Added image handling for messaging BOD-187
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import { Space } from "antd";
|
||||
import React from "react";
|
||||
import ChatTagRoContainer from "../chat-tag-ro/chat-tag-ro.container";
|
||||
import ChatConversationTitleTags from "../chat-conversation-title-tags/chat-conversation-title-tags.component";
|
||||
import { Typography, Space } from "antd";
|
||||
import ChatTagRoContainer from "../chat-tag-ro/chat-tag-ro.container";
|
||||
|
||||
export default function ChatConversationTitle({ conversation }) {
|
||||
console.log("ChatConversationTitle -> conversation", conversation);
|
||||
return (
|
||||
<div>
|
||||
<Space>
|
||||
@@ -18,7 +17,7 @@ export default function ChatConversationTitle({ conversation }) {
|
||||
)}
|
||||
</span>
|
||||
</Space>
|
||||
<div className="imex-flex-row imex-flex-row__margin">
|
||||
<div className='imex-flex-row imex-flex-row__margin'>
|
||||
<ChatConversationTitleTags
|
||||
jobConversations={
|
||||
(conversation && conversation.job_conversations) || []
|
||||
|
||||
Reference in New Issue
Block a user