diff --git a/app/screens/channel/channel_post_list/index.js b/app/screens/channel/channel_post_list/index.js index 48233586d..f8a5d4f7f 100644 --- a/app/screens/channel/channel_post_list/index.js +++ b/app/screens/channel/channel_post_list/index.js @@ -53,7 +53,7 @@ function makeMapStateToProps() { posts, postVisibility: state.views.channel.postVisibility[channelId], loadingPosts: state.views.channel.loadingPosts[channelId], - LastViewedAt: getMyCurrentChannelMembership(state).last_viewed_at, + lastViewedAt: getMyCurrentChannelMembership(state).last_viewed_at, networkOnline, totalMessageCount: channel.total_msg_count, theme: getTheme(state),