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

This commit is contained in:
abcang 2019-05-28 04:56:29 +09:00 committed by Eugen Rochko
parent c5234ac2aa
commit 4c9d8f8ef9

View file

@ -18,7 +18,7 @@ import compareId from '../compare_id';
const initialState = ImmutableMap({
items: ImmutableList(),
hasMore: true,
top: true,
top: false,
unread: 0,
isLoading: false,
});