Update react/features/chat/components/native/Chat.js

This commit is contained in:
Saúl Ibarra Corretgé 2020-07-23 15:17:33 +02:00
parent aa9f06fa84
commit 52ce8031a3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import MessageRecipient from './MessageRecipient';
*/
class Chat extends AbstractChat<Props> {
/**
* Instantiates a new instance.
* Creates a new instance.
*
* @inheritdoc
*/