diff --git a/app/screens/channel_info/index.js b/app/screens/channel_info/index.js index f850d116f..daf752bf7 100644 --- a/app/screens/channel_info/index.js +++ b/app/screens/channel_info/index.js @@ -96,7 +96,7 @@ function mapStateToProps(state) { currentChannelMemberCount, currentUserId, isChannelMuted: isChannelMuted(currentChannelMember), - ignoreChannelMentions: areChannelMentionsIgnored(currentChannelMember.notify_props, currentUser.notify_props), + ignoreChannelMentions: areChannelMentionsIgnored(currentChannelMember && currentChannelMember.notify_props, currentUser.notify_props), isCurrent, isFavorite, status,