container name out of the form fixed

This commit is contained in:
Gustavo Emanuel 2022-01-10 17:07:53 -03:00
parent e916d24574
commit 4088d7afb4

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,