BOD-14 More refactoring for messaging. Styles removed.
This commit is contained in:
@@ -7,10 +7,11 @@ import "./chat-conversation.styles.scss"; //https://bootsnipp.com/snippets/exR5v
|
||||
export default function ChatConversationComponent({
|
||||
conversation,
|
||||
messages,
|
||||
subState
|
||||
subState,
|
||||
unreadCount
|
||||
}) {
|
||||
return (
|
||||
<Badge count={messages.length}>
|
||||
<Badge count={unreadCount}>
|
||||
<Card className='chat-overlay' size='small'>
|
||||
{conversation.open ? (
|
||||
<ChatConversationOpenComponent
|
||||
|
||||
Reference in New Issue
Block a user