Makes widget header expand and collapse by messages size (#293)

This commit is contained in:
Nithin David Thomas
2019-11-26 22:35:26 +05:30
committed by Sony Mathew
parent 97a814cb7e
commit 274ad381cb
3 changed files with 56 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ const state = {
const getters = {
getConversation: _state => _state.conversations,
getConversationSize: _state => Object.keys(_state.conversations).length,
};
const actions = {