Small comment.

This commit is contained in:
Maxim Khlobystov 2017-12-18 15:12:31 -05:00
parent b9b73de839
commit 9f6d25ab45

View File

@ -29,6 +29,7 @@ const intlMessages = defineMessages({
class ChatContainer extends Component {
componentDidMount() {
// in case of reopening a chat, need to make sure it's removed from closed list
ChatService.removeFromClosedChatsSession(this.props.chatID);
}
render() {