Merge pull request #14047 from gustavo-em/user_message_name_container

refactor: Container name out of the form fixed
This commit is contained in:
Anton Georgiev 2022-01-10 15:14:44 -05:00 committed by GitHub
commit b07e405003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,