diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx index bebd6847fb..586ac1d37b 100644 --- a/web/react/components/post_list.jsx +++ b/web/react/components/post_list.jsx @@ -318,7 +318,7 @@ module.exports = React.createClass({ var lastViewed = Number.MAX_VALUE; if (ChannelStore.getCurrentMember() != null) { - lastViewed = ChannelStore.getCurrentMember().lastViewed_at; + lastViewed = ChannelStore.getCurrentMember().last_viewed_at; } if (this.state.postList != null) {