Merge pull request #14047 from gustavo-em/user_message_name_container
refactor: Container name out of the form fixed
This commit is contained in:
commit
b07e405003
@ -2,7 +2,7 @@ import React, { PureComponent } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { styles } from './styles';
|
||||
import UserParticipantsContainer from './user-participants/container';
|
||||
import UserMessages from './user-messages/container';
|
||||
import UserMessagesContainer from './user-messages/container';
|
||||
import UserNotesContainer from './user-notes/container';
|
||||
import UserCaptionsContainer from './user-captions/container';
|
||||
import WaitingUsers from './waiting-users/component';
|
||||
@ -58,7 +58,7 @@ class UserContent extends PureComponent {
|
||||
>
|
||||
{CHAT_ENABLED
|
||||
? (
|
||||
<UserMessages
|
||||
<UserMessagesContainer
|
||||
{...{
|
||||
isPublicChat,
|
||||
compact,
|
||||
|
Loading…
Reference in New Issue
Block a user