diff --git a/LiveChat/index.js b/LiveChat/index.js index 8f4fc6f..c6810f9 100644 --- a/LiveChat/index.js +++ b/LiveChat/index.js @@ -161,7 +161,7 @@ export default class LiveChat extends Component { }) .then((chat) => { this.setState({ - chatId: chat.chat, + chatId: chat.chat.id, chatActive: true, }) })