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

This commit is contained in:
Manoj Malik 2021-06-08 23:02:24 +05:30 committed by GitHub
parent 0a4dafa127
commit 7cc57c2dbe
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;