Skip to content
Snippets Groups Projects
Commit 3593b854 authored by abcang's avatar abcang Committed by Eugen Rochko
Browse files

Display notifications count on a new single column (#10859)

parent 8d5dcc93
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ import compareId from '../compare_id';
const initialState = ImmutableMap({
items: ImmutableList(),
hasMore: true,
top: true,
top: false,
unread: 0,
isLoading: false,
});
......
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