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

This commit is contained in:
Saúl Ibarra Corretgé 2020-07-23 15:16:39 +02:00
parent 63d4c2b84b
commit a758e98101
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ import MessageRecipient from './MessageRecipient';
* the mobile client. * the mobile client.
*/ */
class Chat extends AbstractChat<Props> { class Chat extends AbstractChat<Props> {
/** /**
* Instantiates a new instance. * Instantiates a new instance.
* *