Skip to content
Snippets Groups Projects
Commit e2209e11 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix local timeline showing unread status of TWKN timeline

parent 2c506872
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ const messages = defineMessages({
});
const mapStateToProps = state => ({
hasUnread: state.getIn(['timelines', 'public', 'unread']) > 0,
hasUnread: state.getIn(['timelines', 'community', 'unread']) > 0,
accessToken: state.getIn(['meta', 'access_token'])
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment