Fixed up some messaging layout issues. BOD-78
This commit is contained in:
@@ -16,14 +16,6 @@ export default function ChatConversationComponent({
|
||||
if (loading) return <LoadingSkeleton />;
|
||||
if (error) return <AlertComponent message={error.message} type="error" />;
|
||||
|
||||
// const unreadCount =
|
||||
// (conversation &&
|
||||
// conversation &&
|
||||
// conversation.messages_aggregate &&
|
||||
// conversation.messages_aggregate.aggregate &&
|
||||
// conversation.messages_aggregate.aggregate.count) ||
|
||||
// 0;
|
||||
|
||||
const messages = (conversation && conversation.messages) || [];
|
||||
|
||||
return (
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
.chat-conversation {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
margin: 0rem 0.5rem;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user