diff --git a/app/screens/channel/channel_post_list/index.js b/app/screens/channel/channel_post_list/index.js index 1536cbcc0..48233586d 100644 --- a/app/screens/channel/channel_post_list/index.js +++ b/app/screens/channel/channel_post_list/index.js @@ -41,7 +41,7 @@ function makeMapStateToProps() { channelRefreshingFailed = false; } - const channel = getChannel(state, {id: channelId}); + const channel = getChannel(state, {id: channelId}) || {}; return { channelId,