Makes widget header expand and collapse by messages size (#293)
This commit is contained in:
committed by
Sony Mathew
parent
97a814cb7e
commit
274ad381cb
@@ -9,6 +9,7 @@ const state = {
|
||||
|
||||
const getters = {
|
||||
getConversation: _state => _state.conversations,
|
||||
getConversationSize: _state => Object.keys(_state.conversations).length,
|
||||
};
|
||||
|
||||
const actions = {
|
||||
|
||||
Reference in New Issue
Block a user