Fixed the warning about isCustomStatusEnabled prop in ChannelInfo (#5436)
This commit is contained in:
parent
0a4dafa127
commit
7cc57c2dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ function makeMapStateToProps() {
|
|||
|
||||
let teammateId;
|
||||
let isTeammateGuest = false;
|
||||
let customStatusEnabled;
|
||||
let customStatusEnabled = false;
|
||||
let customStatus;
|
||||
const isDirectMessage = currentChannel.type === General.DM_CHANNEL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue