BOD-14 WIP. CSS issues present with 2 way texting, but working live.
This commit is contained in:
@@ -13,7 +13,6 @@ const mapDispatchToProps = dispatch => ({
|
||||
});
|
||||
|
||||
export function ChatConversationContainer({ conversation }) {
|
||||
console.log("conversation", conversation);
|
||||
const { loading, error, data } = useSubscription(MESSAGES_SUBSCRIPTION, {
|
||||
variables: { conversationId: conversation.id }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user