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

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

View File

@ -56,7 +56,7 @@ class Chat extends AbstractChat<Props> {
_onClose: () => boolean
/**
* Closes the window.
* Closes the modal.
*
* @returns {boolean}
*/