Fixed the warning about isCustomStatusEnabled prop in ChannelInfo (#5436) (#5439)

This commit is contained in:
Mattermost Build 2021-06-08 19:58:13 +02:00 committed by GitHub
parent 840fda2051
commit 3a4c9e75bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;