Show warning when disconnected
This commit is contained in:
parent
2d32df3afe
commit
d9e3d71a1f
7 changed files with 88 additions and 32 deletions
|
@ -10,6 +10,7 @@ import { push } from '../util/router';
|
|||
|
||||
const mapState = createStructuredSelector({
|
||||
channels: getChannels,
|
||||
connected: state => state.environment.get('connected'),
|
||||
privateChats: getPrivateChats,
|
||||
servers: getServers,
|
||||
showTabList: getShowTabList,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue